# HG changeset patch # User Matthew Wild # Date 1227243961 0 # Node ID cc26368294a30ea6caacfde7290629ac98bbd93a # Parent 5691edc7dd63c517b40b354a3781f193a8702b8d Remove some declarations I added while debugging diff -r 5691edc7dd63 -r cc26368294a3 util/jid.lua --- a/util/jid.lua Fri Nov 21 05:02:53 2008 +0000 +++ b/util/jid.lua Fri Nov 21 05:06:01 2008 +0000 @@ -1,7 +1,6 @@ local match = string.match; -local tostring = tostring; -local print = print + module "jid" function split(jid)