From 7b34344626605bcdfb11891b09e101348a80781d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 1 Oct 2011 11:47:54 -0400 Subject: [PATCH] Debug Output - Removed unnecessary A3::dump call. - Corrected comment. --- src/Context.cpp | 2 +- src/commands/CmdCustom.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Context.cpp b/src/Context.cpp index 7e18a9f01..bfa5d2dc7 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -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. diff --git a/src/commands/CmdCustom.cpp b/src/commands/CmdCustom.cpp index bfbf7a513..2179d3e20 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -91,7 +91,6 @@ int CmdCustom::execute (std::string& output) context.a3.capture_first (*arg); context.a3.categorize (); - context.a3.dump ("CmdCustom::execute"); // Load the data. handleRecurrence ();