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
// a category.
a3.categorize ();
a3.dump ("Context::initialize"); // TODO Remove.
a3.dump ("Context::initialize");
// TODO Instantiate extension command objects.
// TODO Instantiate default command object.