From 3494a526d791e9e2b4905d7155efeaaf8ffc8949 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:26:14 -0400 Subject: [PATCH] CmdTimesheet - Removed TDB2::commit. --- src/commands/CmdTimesheet.cpp | 1 - 1 file changed, 1 deletion(-) 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"));