diff --git a/src/commands/CmdUndo.cpp b/src/commands/CmdUndo.cpp index b6103bde3..0097dda74 100644 --- a/src/commands/CmdUndo.cpp +++ b/src/commands/CmdUndo.cpp @@ -51,7 +51,6 @@ int CmdUndo::execute (std::string& output) throw std::string (STRING_CMD_UNDO_MODS); context.tdb2.revert (); - context.tdb2.commit (); return 0; }