summaryrefslogtreecommitdiff
path: root/src/client/GameSave.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/GameSave.cpp')
-rw-r--r--src/client/GameSave.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/GameSave.cpp b/src/client/GameSave.cpp
index 3bf0df1..6184b35 100644
--- a/src/client/GameSave.cpp
+++ b/src/client/GameSave.cpp
@@ -69,9 +69,6 @@ GameSave::GameSave(char * data, int dataSize)
void GameSave::setSize(int newWidth, int newHeight)
{
-
- std::cout << "GameSave::setSize(" << newWidth << ", " << newHeight << ")";
-
this->blockWidth = newWidth;
this->blockHeight = newHeight;