From e570d027a3dc2adb7fa12b7a8867a86117fc5fa9 Mon Sep 17 00:00:00 2001 From: missionfloyd Date: Thu, 13 Apr 2023 10:57:08 -0600 Subject: [PATCH] Remove print statements --- comfy_extras/nodes_post_processing.py | 2 -- 1 file changed, 2 deletions(-) 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(" ", "")