aboutsummaryrefslogtreecommitdiff
path: root/turbo.scm
diff options
context:
space:
mode:
Diffstat (limited to 'turbo.scm')
-rw-r--r--turbo.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/turbo.scm b/turbo.scm
index 34b8e0b..77f2b4c 100644
--- a/turbo.scm
+++ b/turbo.scm
@@ -224,8 +224,6 @@
(draw-sprite (texture-atlas-ref lamps 1) (vec2 startx (+ starty (* lane-height (- num-lanes 1)))))
(draw-lamps (+ startx lane-length) starty num-lanes)))
-(display "KOIN\n")
-
(define (lane-y num-lane)
(+ road-start-y
(* lane-height (- num-lane 1))))