mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 07:57:20 +02:00
Debug Output
- Removed unnecessary A3::dump call. - Corrected comment.
This commit is contained in:
parent
160c9708a5
commit
7b34344626
2 changed files with 1 additions and 2 deletions
|
@ -134,7 +134,7 @@ int Context::initialize (int argc, const char** argv)
|
||||||
// The re-categorization allows all injected arguments to be properly given
|
// The re-categorization allows all injected arguments to be properly given
|
||||||
// a category.
|
// a category.
|
||||||
a3.categorize ();
|
a3.categorize ();
|
||||||
a3.dump ("Context::initialize"); // TODO Remove.
|
a3.dump ("Context::initialize");
|
||||||
|
|
||||||
// TODO Instantiate extension command objects.
|
// TODO Instantiate extension command objects.
|
||||||
// TODO Instantiate default command object.
|
// TODO Instantiate default command object.
|
||||||
|
|
|
@ -91,7 +91,6 @@ int CmdCustom::execute (std::string& output)
|
||||||
context.a3.capture_first (*arg);
|
context.a3.capture_first (*arg);
|
||||||
|
|
||||||
context.a3.categorize ();
|
context.a3.categorize ();
|
||||||
context.a3.dump ("CmdCustom::execute");
|
|
||||||
|
|
||||||
// Load the data.
|
// Load the data.
|
||||||
handleRecurrence ();
|
handleRecurrence ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue