mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
CmdStart
- Removed TDB2::commit.
This commit is contained in:
parent
cee1b8aecc
commit
e70823e23f
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ int CmdStart::execute (std::string& output)
|
|||
if (i->first != "")
|
||||
context.footnote (i->second);
|
||||
|
||||
context.tdb2.commit ();
|
||||
feedback_affected (count == 1 ? STRING_CMD_START_1 : STRING_CMD_START_N, count);
|
||||
return rc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue