diff options
| author | Luke Bratch <l_bratch@yahoo.co.uk> | 2010-11-27 23:16:41 +0000 | 
|---|---|---|
| committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2010-11-27 23:16:41 +0000 | 
| commit | a8b7a90a5886054de083b8c82300fbbfc198fa5a (patch) | |
| tree | a9c8dedca64895a0c74ea8925f7acb55d016b6c6 /Monster.cpp | |
| parent | 4cc701b89af422e75057a3a13d0bb1745896d099 (diff) | |
Remove all of the object creation debugging output
Diffstat (limited to 'Monster.cpp')
| -rw-r--r-- | Monster.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
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;  }  | 
