From a8b7a90a5886054de083b8c82300fbbfc198fa5a Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 27 Nov 2010 23:16:41 +0000 Subject: Remove all of the object creation debugging output --- MapObject.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'MapObject.cpp') 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; } -- cgit v1.2.3