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