Skip to content

Commit c867d31

Browse files
committed
remove print
1 parent 0a56931 commit c867d31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/modular_pipelines/modular_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ def __init__(self):
547547
f"In {self.__class__.__name__}, the number of block_classes, block_names, and block_trigger_inputs must be the same."
548548
)
549549
default_blocks = [t for t in self.block_trigger_inputs if t is None]
550-
print(f"{default_blocks=}, {self.block_trigger_inputs=}")
551550
# can only have 1 or 0 default block, and has to put in the last
552551
# the order of blocks matters here because the first block with matching trigger will be dispatched
553552
# e.g. blocks = [inpaint, img2img] and block_trigger_inputs = ["mask", "image"]

0 commit comments

Comments
 (0)