summaryrefslogtreecommitdiff
path: root/Monster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Monster.cpp')
-rw-r--r--Monster.cpp1
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;
}