Remove some declarations I added while debugging
authorMatthew Wild <mwild1@gmail.com>
Fri, 21 Nov 2008 05:06:01 +0000 (05:06 +0000)
committerMatthew Wild <mwild1@gmail.com>
Fri, 21 Nov 2008 05:06:01 +0000 (05:06 +0000)
util/jid.lua

index b35ddc82c54bd305995533ed9b8d820ec80c39db..aad579e900b32445d4fbef7e07a8bb10f0350b0e 100644 (file)
@@ -1,7 +1,6 @@
 
 local match = string.match;
-local tostring = tostring;
-local print = print
+
 module "jid"
 
 function split(jid)