summaryrefslogtreecommitdiff
path: root/Level.cpp
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-11-27 23:16:41 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-11-27 23:16:41 +0000
commita8b7a90a5886054de083b8c82300fbbfc198fa5a (patch)
treea9c8dedca64895a0c74ea8925f7acb55d016b6c6 /Level.cpp
parent4cc701b89af422e75057a3a13d0bb1745896d099 (diff)
Remove all of the object creation debugging output
Diffstat (limited to 'Level.cpp')
-rw-r--r--Level.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Level.cpp b/Level.cpp
index a787e94..2c358da 100644
--- a/Level.cpp
+++ b/Level.cpp
@@ -8,7 +8,6 @@
#include "Platform.h"
Level::Level() {
- std::cout << "Level::Level(): Level created.\n";
}
void Level::changeLevel(int levelNo) {