From de1998220e71ffc1f77f815d4a546f654912eb7f Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Mon, 29 Jan 2024 20:51:35 -0800 Subject: [PATCH] Update scripts.py --- modules/scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/scripts.py b/modules/scripts.py index e59af724..fb2f0348 100644 --- a/modules/scripts.py +++ b/modules/scripts.py @@ -518,7 +518,7 @@ def load_scripts(): syspath = sys.path - print(f'Current System Paths = {syspath}') + # print(f'Current System Paths = {syspath}') def register_scripts_from_module(module): for script_class in module.__dict__.values():