CmdPrepend

- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:23:33 -04:00
parent 784f4e068c
commit 84bddfbd34

View file

@ -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;
}