mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 07:57:20 +02:00
CmdCalendar
- Removed TDB2::commit.
This commit is contained in:
parent
4ceae16a24
commit
0875f04bca
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue