We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adebcb commit c2241d2Copy full SHA for c2241d2
1 file changed
pyiceberg/table/__init__.py
@@ -699,7 +699,6 @@ def delete(
699
)
700
701
if len(replaced_files) > 0:
702
- print("HEERE")
703
with self.update_snapshot(
704
snapshot_properties=snapshot_properties, branch=branch
705
).overwrite() as overwrite_snapshot:
0 commit comments