From a7c7438ad24fcb4d5edc1fba6fa96a36e0f1b713 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Fri, 3 Dec 2010 14:38:47 +0000 Subject: Remove some test/debugging code --- Monster.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Monster.cpp') diff --git a/Monster.cpp b/Monster.cpp index d268262..48af20e 100644 --- a/Monster.cpp +++ b/Monster.cpp @@ -6,7 +6,6 @@ Monster::Monster() { } void Monster::kill() { - std::cout << "Monster::kill(): Killing monster.\n"; health = 0; isVisible = false; } -- cgit v1.2.3