CmdModify

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

View file

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