From: Roger A. Light Date: Sat, 17 May 2014 19:50:32 +0000 (+0100) Subject: Remove debug statement. X-Git-Tag: v1.0~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=161a3d5cb520e4b705e2368b0e3389b7a99b1564;p=packages%2Fp%2Fpaho-mqtt.git Remove debug statement. Change-Id: Ib32f618f95c7c1120e98db2a1a5c950050d6963e --- diff --git a/src/paho/mqtt/publish.py b/src/paho/mqtt/publish.py index c1d1a26..02268e3 100644 --- a/src/paho/mqtt/publish.py +++ b/src/paho/mqtt/publish.py @@ -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: