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