From 95dcdfb9684d70e5d1e8b06eed43e36fe681f51e Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:22:38 -0400 Subject: [PATCH] CmdLog - Removed TDB2::commit. --- src/commands/CmdLog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdLog.cpp b/src/commands/CmdLog.cpp index 387db00f2..94d974c33 100644 --- a/src/commands/CmdLog.cpp +++ b/src/commands/CmdLog.cpp @@ -64,7 +64,6 @@ int CmdLog::execute (std::string& output) context.tdb2.add (task); if (context.verbose ("project")) context.footnote (onProjectChange (task)); - context.tdb2.commit (); if (context.verbose ("affected")) output = std::string (STRING_CMD_LOG_LOGGED) + "\n";