diff --git a/src/commands/CmdDelete.cpp b/src/commands/CmdDelete.cpp index 54ce2db85..75ab2a481 100644 --- a/src/commands/CmdDelete.cpp +++ b/src/commands/CmdDelete.cpp @@ -180,7 +180,6 @@ int CmdDelete::execute (std::string& output) if (i->first != "") context.footnote (i->second); - context.tdb2.commit (); feedback_affected (count == 1 ? STRING_CMD_DELETE_1 : STRING_CMD_DELETE_N, count); return rc; }