Skip to content

Commit

Permalink
Remove straggler debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed May 8, 2019
1 parent 67d1f89 commit 83dffcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions squabble/rules/disallow_timestamp_precision.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ def enable(self, root_ctx, config):
def _check_column_def(self, ctx, node, min_precision):
col_type = format_type_name(node.typeName)

print('looking at', col_type)

if col_type not in self._CHECKED_TYPES:
return

Expand Down

0 comments on commit 83dffcc

Please sign in to comment.