summary refs log tree commit diff
path: root/lib/transition.fnl
diff options
context:
space:
mode:
authorequa <equaa@protonmail.com>2021-04-24 13:26:17 -0500
committerequa <equaa@protonmail.com>2021-04-24 13:26:17 -0500
commit888619ec34e04f3d330c687bf8b0ea55f92a8bcb (patch)
tree6e38aa20984078b83246b302bda96310274f1b3c /lib/transition.fnl
parent5886071e3e05e6d75ffe0990776b5bd407f7ce3d (diff)
clean up
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))