From b15bc11ba35e8380b4921909abc432d790d032fc Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 9 Jul 2016 15:13:48 -0400 Subject: [PATCH] CmdUntag: Only validates additions --- src/commands/CmdUntag.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdUntag.cpp b/src/commands/CmdUntag.cpp index cc417df2..efd78278 100644 --- a/src/commands/CmdUntag.cpp +++ b/src/commands/CmdUntag.cpp @@ -64,7 +64,6 @@ int CmdUntag ( for (auto& tag : tags) i.untag (tag); - validate (cli, rules, database, i); database.modifyInterval (tracked[tracked.size () - id], i); // Feedback.