summaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
Diffstat (limited to 'img')
-rw-r--r--img/driver.lua2
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