Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Nov 25, 2014
1 parent 067112b commit 64a8ad9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/module_utils/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def _identifier_parse(identifier):
further_identifiers = _identifier_parse(next_identifier)
further_identifiers.insert(0, first_identifier)
else:
import q ; q.q(identifier)
raise SQLParseError('User escaped identifiers must escape extra double quotes')
else:
further_identifiers = [identifier]
Expand Down

0 comments on commit 64a8ad9

Please sign in to comment.