mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Remove debug printout
This commit is contained in:
parent
3a6e4d93ec
commit
8d92de3fe9
@ -278,7 +278,6 @@ for create in tableCreations:
|
||||
print(' namespace ' + tableNamespace, file=header)
|
||||
print(' {', file=header)
|
||||
for column in create.columns:
|
||||
print(column);
|
||||
if column.isConstraint:
|
||||
continue
|
||||
sqlColumnName = column[0]
|
||||
|
Loading…
Reference in New Issue
Block a user