core/modulemanager.lua
changeset 1105 965a55db3732
parent 1094 a619525fed5d
child 1167 5620ea24be94
--- a/core/modulemanager.lua	Mon May 04 19:06:31 2009 +0100
+++ b/core/modulemanager.lua	Mon May 04 19:08:55 2009 +0100
@@ -28,7 +28,7 @@
 local next = next;
 local rawget = rawget;
 
-local tostring, print = tostring, print;
+local tostring = tostring;
 
 -- We need this to let modules access the real global namespace
 local _G = _G;