Skip to content

Commit

Permalink
Remove debug print of queries in Connection
Browse files Browse the repository at this point in the history
  • Loading branch information
tkopets committed Jan 2, 2018
1 parent e1f2552 commit fe98c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SQLToolsAPI/Connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ def buildNamedQuery(self, queryName, queries):
# remove empty list items
builtQueries = list(filter(None, builtQueries))

print('\n'.join(builtQueries))
return '\n'.join(builtQueries)

def buildArgs(self, queryName=None):
Expand Down

0 comments on commit fe98c40

Please sign in to comment.