clean outputs
authorPatrik Gornicz <Gornicz.P@gmail.com>
Mon, 17 Nov 2008 00:29:41 +0000 (19:29 -0500)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Mon, 17 Nov 2008 00:29:41 +0000 (19:29 -0500)
src/config/reader.cpp
src/debug.cpp

index e8757dd..ba353ca 100644 (file)
@@ -97,9 +97,6 @@ void processLine(const string& str)
         {
             *(key::sdlMap[name]) = key;
         }
-        cout << name << endl;
-        cout << value << endl;
-        cout << key << endl;
     }
 }
 
index 148db98..c155785 100644 (file)
@@ -26,7 +26,7 @@ using std::endl;
 
 void DPF(int level, const char* pstr)
 {
-  //cout << pstr << endl;
+  cout << pstr << endl;
 }
 
 /// ***** Private Methods *****