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 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;
}