From a7c7438ad24fcb4d5edc1fba6fa96a36e0f1b713 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Fri, 3 Dec 2010 14:38:47 +0000 Subject: Remove some test/debugging code --- Level.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Level.cpp') diff --git a/Level.cpp b/Level.cpp index b67ed2c..e39ab30 100644 --- a/Level.cpp +++ b/Level.cpp @@ -13,14 +13,6 @@ Level::Level() { } void Level::changeLevel(int levelNo) { - std::cout << "Level::changeLevel(): Loading level " << levelNo << ".\n"; - - // Creating some objects for fun/demonstration purposes - Monster monster1; - Pickup pickup1; - Hazard hazard1; - Platform platform1; - // Load background image if (!(background = loadImage("space.png"))) std::cout << "Level::changeLevel: Error loading background image.\n"; -- cgit v1.2.3