diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-21 05:06:01 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-21 05:06:01 +0000 |
commit | 430180dafb4f6f839aa04871ed316ef6bb6f3578 (patch) | |
tree | 9e8df90e50daaef1afd6529b6008be9b8a582a67 | |
parent | 48e7f5ea649e858d59afdf5331cd6f30364abe80 (diff) | |
download | prosody-430180dafb4f6f839aa04871ed316ef6bb6f3578.tar.gz prosody-430180dafb4f6f839aa04871ed316ef6bb6f3578.zip |
Remove some declarations I added while debugging
-rw-r--r-- | util/jid.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/jid.lua b/util/jid.lua index b35ddc82..aad579e9 100644 --- a/util/jid.lua +++ b/util/jid.lua @@ -1,7 +1,6 @@ local match = string.match; -local tostring = tostring; -local print = print + module "jid" function split(jid) |