mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-31 05:47:18 +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.
|
// Load the pending tasks.
|
||||||
handleRecurrence ();
|
handleRecurrence ();
|
||||||
context.tdb2.commit ();
|
|
||||||
std::vector <Task> tasks = context.tdb2.pending.get_tasks ();
|
std::vector <Task> tasks = context.tdb2.pending.get_tasks ();
|
||||||
|
|
||||||
Date today;
|
Date today;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue