Fix init.lua

develop
Petr Mrázek 2012-03-30 21:59:35 +02:00
parent 5d8415c8d9
commit 1da914fb87
1 changed files with 0 additions and 3 deletions

@ -1,6 +1,3 @@
function print(msg)
Console.print(tostring(msg).."\n")
end
function err(msg) --make local maybe...
print(msg)
print(debug.traceback())