- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:22:38 -04:00
parent bdce0a8d01
commit 95dcdfb968

View file

@ -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";