]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/commitdiff
Remove debug statement.
authorRoger A. Light <roger@atchoo.org>
Sat, 17 May 2014 19:50:32 +0000 (20:50 +0100)
committerRoger A. Light <roger@atchoo.org>
Sat, 17 May 2014 19:53:51 +0000 (20:53 +0100)
Change-Id: Ib32f618f95c7c1120e98db2a1a5c950050d6963e

src/paho/mqtt/publish.py

index c1d1a26c48d096ab1a48c3a444196fa008c26f8f..02268e378498d241f50cf30374d122c554bb45e5 100644 (file)
@@ -24,7 +24,6 @@ import paho.mqtt.client as mqtt
 
 def _do_publish(c):
     """Internal function"""
-    print(len(c._userdata))
     m = c._userdata[0]
     c._userdata = c._userdata[1:]
     if type(m) is dict: