summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-12-03 14:38:47 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-12-03 14:38:47 +0000
commita7c7438ad24fcb4d5edc1fba6fa96a36e0f1b713 (patch)
tree4736b3d19eeed0f26d918eeb994e8be569777e15 /main.cpp
parente06ab2415b39fdffe3cc86939b45a464ad4dc541 (diff)
Remove some test/debugging code
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 357edc4..ed0cb00 100644
--- a/main.cpp
+++ b/main.cpp
@@ -47,7 +47,6 @@ int main(int argc, char* args[]) {
break;
case SDLK_LCTRL:
level.player.setSprint(true);
- std::cout << "Running...\n";
break;
}
} else if (event.type == SDL_KEYUP) {
@@ -61,7 +60,6 @@ int main(int argc, char* args[]) {
break;
case SDLK_LCTRL:
level.player.setSprint(false);
- std::cout << "Stop running.\n";
break;
}
}