Skip to content

Commit 8f8a60b

Browse files
Removed print statement
1 parent dba4b17 commit 8f8a60b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/io/sql.py

-1
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,6 @@ def __init__(self, *args, **kwargs):
14461446
# (this is what sqlalchemy does)
14471447
sqlite3.register_adapter(time, lambda _: _.strftime("%H:%M:%S.%f"))
14481448
super().__init__(*args, **kwargs)
1449-
print(self.table)
14501449

14511450
def sql_schema(self):
14521451
return str(";\n".join(self.table))

0 commit comments

Comments
 (0)