diff options
author | David Thompson <dthompson2@worcester.edu> | 2013-10-23 22:53:00 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2013-10-23 22:53:00 -0400 |
commit | 96c63060ce2f63582b5f09c6897f999e3ec6e11e (patch) | |
tree | 33f2711030c9db693347a28bd8286605b0120f58 | |
parent | 861151d185eefa79c05684fd268d7af09a8195cd (diff) |
Remove debugging statement.
-rw-r--r-- | 2d/game-loop.scm | 1 |
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)) |