- Removed debug info

This commit is contained in:
2022-11-02 18:58:29 +01:00
parent 5c75bf9ab5
commit 7ba084f89d
2 changed files with 3 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ function imp.update()
if not imp.enabled then
imp.counter=imp.counter-1
local r = rnd(imp.counter)
print(r)
--print(r)
if imp.counter==1 or r==1 then
imp.init()
end