CmdDenotate

- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:16:24 -04:00
parent 77b3f70ba6
commit 177dda1dd4

View file

@ -159,7 +159,6 @@ int CmdDenotate::execute (std::string& output)
if (i->first != "")
context.footnote (i->second);
context.tdb2.commit ();
feedback_affected (count == 1 ? STRING_CMD_DENO_1 : STRING_CMD_DENO_N, count);
return rc;
}