summaryrefslogtreecommitdiff
path: root/MapObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MapObject.cpp')
-rw-r--r--MapObject.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/MapObject.cpp b/MapObject.cpp
index 5535bda..27bcc92 100644
--- a/MapObject.cpp
+++ b/MapObject.cpp
@@ -2,7 +2,6 @@
#include "MapObject.h"
MapObject::MapObject() {
- std::cout << "MapObject::MapObject(): MapObject created.\n";
isVisible = true;
}