Removing unused methods

This commit is contained in:
Miroslav Stampar
2017-11-06 13:53:35 +01:00
parent f9e80adcef
commit 18d78a34cc
5 changed files with 6 additions and 34 deletions

View File

@@ -207,16 +207,6 @@ class Agent(object):
return retVal
def fullPayload(self, query):
if conf.direct:
return self.payloadDirect(query)
query = self.prefixQuery(query)
query = self.suffixQuery(query)
payload = self.payload(newValue=query)
return payload
def prefixQuery(self, expression, prefix=None, where=None, clause=None):
"""
This method defines how the input expression has to be escaped