Minor refactoring

This commit is contained in:
Bernardo Damele
2011-01-15 23:28:31 +00:00
parent 558f3894f4
commit 6e4b65a822
3 changed files with 1 additions and 8 deletions

View File

@@ -492,10 +492,6 @@ def goStacked(expression, silent=False):
comment = queries[getIdentifiedDBMS()].comment.query
query = agent.prefixQuery("; %s" % expression)
query = agent.suffixQuery("%s;%s" % (query, comment))
debugMsg = "query: %s" % query
logger.debug(debugMsg)
payload = agent.payload(newValue=query)
page, _ = Request.queryPage(payload, content=True, silent=silent, noteResponseTime=False)