From bde6daf44156af390dd3e738bed85da41029619f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 26 Nov 2013 16:27:25 -0500 Subject: [PATCH] Code Cleanup - Removed debugging code (thanks to Kostia H). --- src/A3.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/A3.cpp b/src/A3.cpp index 4acdee9b6..d4de4f2c8 100644 --- a/src/A3.cpp +++ b/src/A3.cpp @@ -25,7 +25,6 @@ // //////////////////////////////////////////////////////////////////////////////// -#include // TODO Remove #include #include #include @@ -1106,10 +1105,7 @@ const A3 A3::expand (const A3& input) const // Default --> preserve else -{ -std::cout << "# default: " << arg->_raw << "\n"; expanded.push_back (*arg); -} previous = arg; }