cleanup 2: electric boogaloo

This commit is contained in:
Izaya 2018-04-27 13:28:45 +10:00
parent f784897b08
commit e1763644c5
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
function returnNet(event,computer,minitel)
local dbug = false
function print(...)
for k,v in pairs({...}) do
neo.emergency(tostring(k)..": "..tostring(v))
if dbug then
for k,v in pairs({...}) do
neo.emergency(tostring(k)..": "..tostring(v))
end
end
end