summary refs log tree commit diff
path: root/lib/transition.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transition.fnl')
-rw-r--r--lib/transition.fnl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/transition.fnl b/lib/transition.fnl
index c1a81a0..e48411d 100644
--- a/lib/transition.fnl
+++ b/lib/transition.fnl
@@ -105,9 +105,7 @@
         scale (get-scale)
         x (/ (- x (/ width 2)) scale)
         y (/ (- y (/ height 2)) scale)]
-    (print x y)
     (when (and (= button 1) (. boxes self.type))
-      (print :a)
       (each [i box (ipairs (. boxes self.type))]
         (when (and (>= x box.x)
                    (< x (+ box.x box.width))