Skip to content

Commit

Permalink
Merge pull request #31176 from def-/pr-remove-debugging-prints
Browse files Browse the repository at this point in the history
testdrive: Remove debugging prints
  • Loading branch information
def- authored Jan 24, 2025
2 parents 8017522 + c4d28ef commit d0bd4b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/testdrive/mzcompose.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ def workflow_default(c: Composition, parser: WorkflowArgumentParser) -> None:
== "false"
else "false"
)
print(additional_system_parameter_defaults)
print(leaves_tombstones)

materialized = Materialized(
default_size=args.default_size,
external_blob_store=True,
Expand Down

0 comments on commit d0bd4b2

Please sign in to comment.