summary refs log tree commit diff
path: root/lib/player.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/player.fnl')
-rw-r--r--lib/player.fnl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/player.fnl b/lib/player.fnl
index 5fca05a..1b10b51 100644
--- a/lib/player.fnl
+++ b/lib/player.fnl
@@ -46,7 +46,6 @@
   (love.graphics.polygon :fill -0.6 -0.4 0.6 0 -0.6 0.4))
 
 (fn collide [self game id x y]
-  (print "ow!")
   (tset game.entities id nil)
   (tset game.grid x y (cell.init cells.boom)))