Skip to content
Snippets Groups Projects
Commit 348bf9ac authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Remove print from partition-cleanup.py

parent 9cba0581
No related branches found
No related tags found
No related merge requests found
Pipeline #243 failed
......@@ -54,7 +54,6 @@ if __name__ == "__main__":
if arguments.dryrun:
print("Would drop partition {}.".format(partition_name))
else:
print("Dropping partition {}.".format(partition_name))
delete_partition(connection, partition_name,
partitions_schema=arguments.partitions_schema)
connection.close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment