You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2013/07/18 12:08:17 UTC

svn commit: r1504406 - /qpid/proton/trunk/proton-j/proton-api/src/main/resources/proton.py

Author: rhs
Date: Thu Jul 18 10:08:16 2013
New Revision: 1504406

URL: http://svn.apache.org/r1504406
Log:
removed debug print

Modified:
    qpid/proton/trunk/proton-j/proton-api/src/main/resources/proton.py

Modified: qpid/proton/trunk/proton-j/proton-api/src/main/resources/proton.py
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/proton-api/src/main/resources/proton.py?rev=1504406&r1=1504405&r2=1504406&view=diff
==============================================================================
--- qpid/proton/trunk/proton-j/proton-api/src/main/resources/proton.py (original)
+++ qpid/proton/trunk/proton-j/proton-api/src/main/resources/proton.py Thu Jul 18 10:08:16 2013
@@ -1292,7 +1292,6 @@ class Messenger(object):
 
   def get(self, message=None):
     result = self.impl.get()
-    if not result: print "HA"
     if message and result:
       message.impl = result
     return self.impl.incomingTracker()



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org