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