minor minor update

This commit is contained in:
Miroslav Stampar
2012-03-16 11:18:18 +00:00
parent b130a9e14e
commit cbdcbdd786
2 changed files with 3 additions and 6 deletions

View File

@@ -121,9 +121,6 @@ class Agent:
retValue = paramString.replace("%s=%s" % (parameter, origValue),
"%s=%s" % (parameter, self.addPayloadDelimiters(newValue)))
# Debug print
#print "retValue:", retValue
return retValue
def fullPayload(self, query):