CmdAnnotate

- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:11:38 -04:00
parent 3bdaeb5f91
commit 6d6c8b3ac1

View file

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