mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove debugging code
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user