Skip to content

Commit

Permalink
Remove debug print statement (fixes #586).
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Oct 8, 2020
1 parent d14d75e commit ab53a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
@@ -1,7 +1,8 @@
Development Version
-------------------

Nothing yet.
Bug Fixes
* Just removed a debug print statement, sorry...


Release 0.4.0 (Oct 07, 2020)
Expand Down
2 changes: 0 additions & 2 deletions sqlparse/filters/reindent.py
Expand Up @@ -105,9 +105,7 @@ def _process_where(self, tlist):
if not token:
return
# issue121, errors in statement fixed??
print(tidx, token, tlist)
tlist.insert_before(tidx, self.nl())

with indent(self):
self._process_default(tlist)

Expand Down

0 comments on commit ab53a4b

Please sign in to comment.