diff --git a/lib/core/agent.py b/lib/core/agent.py index 4a37bd63a..c7af245ed 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -631,8 +631,6 @@ class Agent: else: retVal = retVal.replace(PAYLOAD_DELIMITER, '') - print retVal - return retVal def extractPayload(self, inpStr):