mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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
|
||||
// a category.
|
||||
a3.categorize ();
|
||||
a3.dump ("Context::initialize"); // TODO Remove.
|
||||
a3.dump ("Context::initialize");
|
||||
|
||||
// TODO Instantiate extension command objects.
|
||||
// TODO Instantiate default command object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue