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 --- Creature.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Creature.cpp') diff --git a/Creature.cpp b/Creature.cpp index b63bf6d..3070ef7 100644 --- a/Creature.cpp +++ b/Creature.cpp @@ -2,7 +2,6 @@ #include "Creature.h" Creature::Creature() { - std::cout << "Creature::Creature(): Creature created.\n"; xVel = 0; yVel = GRAVITY; } -- cgit v1.2.3