Removed debug print

This commit is contained in:
Bernardo Damele 2010-10-31 12:21:22 +00:00
parent 2a2f949275
commit fcada4df0f

View File

@ -631,8 +631,6 @@ class Agent:
else: else:
retVal = retVal.replace(PAYLOAD_DELIMITER, '') retVal = retVal.replace(PAYLOAD_DELIMITER, '')
print retVal
return retVal return retVal
def extractPayload(self, inpStr): def extractPayload(self, inpStr):