clean outputs
[physics.git] / src / config / reader.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;
     }
 }