summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorequa <equaa@protonmail.com>2021-04-24 18:36:03 -0500
committerequa <equaa@protonmail.com>2021-04-24 18:36:03 -0500
commitc4671476d4929394dee6cbae3a4f6efaafc6c6d5 (patch)
tree7b2fc252012955b6fb08e1169fe4f972f2ce8392 /lib
parent888619ec34e04f3d330c687bf8b0ea55f92a8bcb (diff)
remove more debug stuff
Diffstat (limited to 'lib')
-rw-r--r--lib/main.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/main.fnl b/lib/main.fnl
index 90048d5..bc3be16 100644
--- a/lib/main.fnl
+++ b/lib/main.fnl
@@ -82,7 +82,7 @@
                 (table.insert messages
                               {:ticks 5
                                :msg (.. "keypressed: \n" x)})))
-  (when (= key "r")
+  (when (and (= key "r") false)
     (each [k v (lume.ripairs messages)]
       (when (= v.type :reload-error)
         (table.remove messages k)))