mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdLog
- Removed TDB2::commit.
This commit is contained in:
parent
bdce0a8d01
commit
95dcdfb968
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ int CmdLog::execute (std::string& output)
|
||||||
context.tdb2.add (task);
|
context.tdb2.add (task);
|
||||||
if (context.verbose ("project"))
|
if (context.verbose ("project"))
|
||||||
context.footnote (onProjectChange (task));
|
context.footnote (onProjectChange (task));
|
||||||
context.tdb2.commit ();
|
|
||||||
|
|
||||||
if (context.verbose ("affected"))
|
if (context.verbose ("affected"))
|
||||||
output = std::string (STRING_CMD_LOG_LOGGED) + "\n";
|
output = std::string (STRING_CMD_LOG_LOGGED) + "\n";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue