mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdTimesheet
- Removed TDB2::commit.
This commit is contained in:
parent
e6801007bd
commit
3494a526d7
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ int CmdTimesheet::execute (std::string& output)
|
|||
// Scan the pending tasks.
|
||||
handleRecurrence ();
|
||||
std::vector <Task> 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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue