CmdDuplicate

- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:19:35 -04:00
parent 9246176588
commit 36748e5f7d

View file

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