Skip to content

Commit 47cae18

Browse files
committed
print lines removed
1 parent 84ea42e commit 47cae18

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/databricks/sqlalchemy/dialect

src/databricks/sqlalchemy/dialect/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def visit_create_table(self, create, **kw):
109109
text += "\t" + processed
110110
if column.primary_key:
111111
first_pk = True
112-
print(processed)
113112
except exc.CompileError as ce:
114113
util.raise_(
115114
exc.CompileError(

0 commit comments

Comments
 (0)