summaryrefslogtreecommitdiffstats
path: root/Sluift
diff options
context:
space:
mode:
authorRoger Planas <roger.planas@isode.com>2014-05-13 10:18:37 (GMT)
committerSwift Review <review@swift.im>2014-05-19 18:01:18 (GMT)
commitcf6e453b1ebf55291c131cb4b90b816babb2f685 (patch)
treee3869152d4881c58d5869ba8a867ce53f7f1b6d6 /Sluift
parentd594bc3e3aace883f1e98e699a30428a52a78d50 (diff)
downloadswift-cf6e453b1ebf55291c131cb4b90b816babb2f685.zip
swift-cf6e453b1ebf55291c131cb4b90b816babb2f685.tar.bz2
Sluift: Remove residual tprint in pubsub subscribe function
Change-Id: Ieec3795aa80e7913ee65c536f16361b758e8448c
Diffstat (limited to 'Sluift')
-rw-r--r--Sluift/core.lua1
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 = {