Code Cleanup

- Removed debugging code (thanks to Kostia H).
This commit is contained in:
Paul Beckingham
2013-11-26 16:27:25 -05:00
parent 1bbee9cde0
commit bde6daf441

View File

@@ -25,7 +25,6 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <iostream> // TODO Remove
#include <cmake.h> #include <cmake.h>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>
@@ -1106,10 +1105,7 @@ const A3 A3::expand (const A3& input) const
// Default --> preserve // Default --> preserve
else else
{
std::cout << "# default: " << arg->_raw << "\n";
expanded.push_back (*arg); expanded.push_back (*arg);
}
previous = arg; previous = arg;
} }