From 5d2ae149e8a265e2cf488cf46c0c0e0d5b65e0c1 Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Sun, 16 Nov 2008 19:29:41 -0500 Subject: [PATCH] clean outputs --- src/config/reader.cpp | 3 --- src/debug.cpp | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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 ***** -- 2.10.2