forked from izaya/OC-PsychOS2
clean up some less than ideal commits
This commit is contained in:
parent
86149d7e85
commit
3d6017f87e
@ -34,7 +34,7 @@ end
|
||||
|
||||
function print(...) -- Writes each argument to the default output stream, separated by space.
|
||||
for k,v in ipairs({...}) do
|
||||
io.write(tostring(v).." ")
|
||||
io.write(tostring(v).."\t")
|
||||
end
|
||||
io.write("\n")
|
||||
end
|
||||
|
@ -1,4 +1,3 @@
|
||||
--#include "module/ocelot-debug.lua"
|
||||
do
|
||||
syslog = {}
|
||||
syslog.emergency = 0
|
||||
|
Loading…
Reference in New Issue
Block a user