diff --git a/src/commands/CmdTimesheet.cpp b/src/commands/CmdTimesheet.cpp index ec8024c89..d6e1c1dcf 100644 --- a/src/commands/CmdTimesheet.cpp +++ b/src/commands/CmdTimesheet.cpp @@ -55,7 +55,6 @@ int CmdTimesheet::execute (std::string& output) // Scan the pending tasks. handleRecurrence (); std::vector all = context.tdb2.all_tasks (); - context.tdb2.commit (); // What day of the week does the user consider the first? int weekStart = Date::dayOfWeek (context.config.get ("weekstart"));