CmdCalendar

- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:13:46 -04:00
parent 4ceae16a24
commit 0875f04bca

View file

@ -66,7 +66,6 @@ int CmdCalendar::execute (std::string& output)
// Load the pending tasks.
handleRecurrence ();
context.tdb2.commit ();
std::vector <Task> tasks = context.tdb2.pending.get_tasks ();
Date today;