Debug Output

- Removed unnecessary A3::dump call.
- Corrected comment.
This commit is contained in:
Paul Beckingham 2011-10-01 11:47:54 -04:00
parent 160c9708a5
commit 7b34344626
2 changed files with 1 additions and 2 deletions

View file

@ -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.

View file

@ -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 ();