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 --- Monster.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Monster.cpp') diff --git a/Monster.cpp b/Monster.cpp index dea5175..d268262 100644 --- a/Monster.cpp +++ b/Monster.cpp @@ -2,7 +2,6 @@ #include "Monster.h" Monster::Monster() { - std::cout << "Monster::Monster(): Monster created.\n"; health = 100; } -- cgit v1.2.3