mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdModify
- Removed TDB2::commit.
This commit is contained in:
parent
95dcdfb968
commit
784f4e068c
1 changed files with 0 additions and 1 deletions
|
@ -182,7 +182,6 @@ int CmdModify::execute (std::string& output)
|
|||
if (i->first != "")
|
||||
context.footnote (i->second);
|
||||
|
||||
context.tdb2.commit ();
|
||||
feedback_affected (count == 1 ? STRING_CMD_MODIFY_1 : STRING_CMD_MODIFY_N, count);
|
||||
return rc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue