clean up some less than ideal commits

This commit is contained in:
Izaya 2023-08-01 15:55:16 +10:00
parent 86149d7e85
commit 3d6017f87e
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@ end
function print(...) -- Writes each argument to the default output stream, separated by space. function print(...) -- Writes each argument to the default output stream, separated by space.
for k,v in ipairs({...}) do for k,v in ipairs({...}) do
io.write(tostring(v).." ") io.write(tostring(v).."\t")
end end
io.write("\n") io.write("\n")
end end

View File

@ -1,4 +1,3 @@
--#include "module/ocelot-debug.lua"
do do
syslog = {} syslog = {}
syslog.emergency = 0 syslog.emergency = 0