summaryrefslogtreecommitdiff
path: root/2d
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2013-10-23 22:53:00 -0400
committerDavid Thompson <dthompson2@worcester.edu>2013-10-23 22:53:00 -0400
commit96c63060ce2f63582b5f09c6897f999e3ec6e11e (patch)
tree33f2711030c9db693347a28bd8286605b0120f58 /2d
parent861151d185eefa79c05684fd268d7af09a8195cd (diff)
Remove debugging statement.
Diffstat (limited to '2d')
-rw-r--r--2d/game-loop.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/2d/game-loop.scm b/2d/game-loop.scm
index b55c383..631aef8 100644
--- a/2d/game-loop.scm
+++ b/2d/game-loop.scm
@@ -223,7 +223,6 @@ time in milliseconds that has passed since the last game update."
(define (run-game game)
"Open a window and start the game loop for GAME."
- (pk 'game game)
(open-window (game-title game)
(game-resolution game)
(game-fullscreen? game))