diff options
author | equa <equaa@protonmail.com> | 2021-04-24 18:36:03 -0500 |
---|---|---|
committer | equa <equaa@protonmail.com> | 2021-04-24 18:36:03 -0500 |
commit | c4671476d4929394dee6cbae3a4f6efaafc6c6d5 (patch) | |
tree | 7b2fc252012955b6fb08e1169fe4f972f2ce8392 /lib | |
parent | 888619ec34e04f3d330c687bf8b0ea55f92a8bcb (diff) |
remove more debug stuff
Diffstat (limited to 'lib')
-rw-r--r-- | lib/main.fnl | 2 |
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))) |