diff --git a/src/commands/CmdSummary.cpp b/src/commands/CmdSummary.cpp index 82320b27f..77b9ed20c 100644 --- a/src/commands/CmdSummary.cpp +++ b/src/commands/CmdSummary.cpp @@ -63,7 +63,6 @@ int CmdSummary::execute (std::string& output) Filter filter; std::vector filtered; filter.subset (filtered); - context.tdb2.commit (); // Generate unique list of project names from all pending tasks. std::map allProjects;