From 0875f04bca7020d4edcf7bce3eca90e0da4ca7a9 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:13:46 -0400 Subject: [PATCH] CmdCalendar - Removed TDB2::commit. --- src/commands/CmdCalendar.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdCalendar.cpp b/src/commands/CmdCalendar.cpp index 8b1ba42ac..b4eff37ba 100644 --- a/src/commands/CmdCalendar.cpp +++ b/src/commands/CmdCalendar.cpp @@ -66,7 +66,6 @@ int CmdCalendar::execute (std::string& output) // Load the pending tasks. handleRecurrence (); - context.tdb2.commit (); std::vector tasks = context.tdb2.pending.get_tasks (); Date today;