diff options
author | Roger Planas <roger.planas@isode.com> | 2014-05-13 10:18:37 (GMT) |
---|---|---|
committer | Swift Review <review@swift.im> | 2014-05-19 18:01:18 (GMT) |
commit | cf6e453b1ebf55291c131cb4b90b816babb2f685 (patch) | |
tree | e3869152d4881c58d5869ba8a867ce53f7f1b6d6 | |
parent | d594bc3e3aace883f1e98e699a30428a52a78d50 (diff) | |
download | swift-cf6e453b1ebf55291c131cb4b90b816babb2f685.zip swift-cf6e453b1ebf55291c131cb4b90b816babb2f685.tar.bz2 |
Sluift: Remove residual tprint in pubsub subscribe function
Change-Id: Ieec3795aa80e7913ee65c536f16361b758e8448c
-rw-r--r-- | Sluift/core.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Sluift/core.lua b/Sluift/core.lua index 616d96c..dfac21a 100644 --- a/Sluift/core.lua +++ b/Sluift/core.lua @@ -919,7 +919,6 @@ end function PubSubNode:subscribe(...) local options = parse_options({}, ...) - tprint(options) local jid = options.jid or sluift.jid.to_bare(self.client:jid()) return self.client:query_pubsub(merge_tables( { type = 'set', to = self.jid, query = { |