diff --git a/comfy_extras/nodes_post_processing.py b/comfy_extras/nodes_post_processing.py index 01b3bf546..3f98bc008 100644 --- a/comfy_extras/nodes_post_processing.py +++ b/comfy_extras/nodes_post_processing.py @@ -313,8 +313,6 @@ class Rotate: raise ValueError(f"Invalid color format: {color_str}") center = (center_x, center_y) if center_of_image == "disabled" else (width / 2, height / 2) - print(center_of_image) - print(center) translate = (translate_x, translate_y) color = fill_color.replace(" ", "")