diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-07 01:14:23 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-07 01:14:23 +0100 |
commit | 77f67a9cded0ff5c5dedf5650fc58f1343dcd81e (patch) | |
tree | 0be61e80aea83e63ccabf1c7cfe8a0756a514464 /img | |
parent | c76740968cda659e4a0e1b57c814c08019d4dcfb (diff) |
img
Diffstat (limited to 'img')
-rw-r--r-- | img/driver.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/img/driver.lua b/img/driver.lua index 618c9bd..fd8c758 100644 --- a/img/driver.lua +++ b/img/driver.lua @@ -9,7 +9,7 @@ if not _G.oldprint then o[ix] = tostring(select(ix,...)) end table.insert(_G.ERRLOG,table.concat(o,"\t")) - _G.oldprint(...) + --_G.oldprint(...) end _G.rpr = function() _G.print = _G.oldprint _G.oldprint = nil end end |