From: Patrik Gornicz Date: Mon, 17 Nov 2008 00:29:41 +0000 (-0500) Subject: clean outputs X-Git-Tag: v0.08~17 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=5d2ae149e8a265e2cf488cf46c0c0e0d5b65e0c1 clean outputs --- diff --git a/src/config/reader.cpp b/src/config/reader.cpp index e8757dd..ba353ca 100644 --- a/src/config/reader.cpp +++ b/src/config/reader.cpp @@ -97,9 +97,6 @@ void processLine(const string& str) { *(key::sdlMap[name]) = key; } - cout << name << endl; - cout << value << endl; - cout << key << endl; } } diff --git a/src/debug.cpp b/src/debug.cpp index 148db98..c155785 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -26,7 +26,7 @@ using std::endl; void DPF(int level, const char* pstr) { - //cout << pstr << endl; + cout << pstr << endl; } /// ***** Private Methods *****