summaryrefslogtreecommitdiff
path: root/Player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Player.cpp')
-rw-r--r--Player.cpp1
1 files changed, 0 insertions, 1 deletions
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;
}