diff --git a/src/commands/CmdAppend.cpp b/src/commands/CmdAppend.cpp index 9b1fed0a3..241ad4d52 100644 --- a/src/commands/CmdAppend.cpp +++ b/src/commands/CmdAppend.cpp @@ -125,7 +125,6 @@ int CmdAppend::execute (std::string& output) if (i->first != "") context.footnote (i->second); - context.tdb2.commit (); feedback_affected (count == 1 ? STRING_CMD_APPEND_1 : STRING_CMD_APPEND_N, count); return rc; }