revert of a stupid commit

This commit is contained in:
Bernardo Damele 2010-10-31 12:09:55 +00:00
parent 2fb059a644
commit 264247d318

View File

@ -623,8 +623,6 @@ class Agent:
retVal = inpStr
if inpStr:
retVal = retVal.replace(PAYLOAD_DELIMITER, '')
if urlencode_:
regObj = getCompiledRegex("%s(?P<result>.*?)%s" % (PAYLOAD_DELIMITER, PAYLOAD_DELIMITER))