From: Roger A. Light Date: Mon, 16 Jun 2014 21:40:44 +0000 (+0100) Subject: Remove debug statement. X-Git-Tag: v1.0~1^2~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3cabe9a7195bfd26cf2e4cab67881998637517f1;p=packages%2Fp%2Fpaho-mqtt.git Remove debug statement. Change-Id: Ieaf7546aa5bb8abd480598f9ebfa9990c23f254e --- diff --git a/src/paho/mqtt/publish.py b/src/paho/mqtt/publish.py index 6a0e045..029721b 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: