From cec1d7d6c939aefc4ba78e82f1070e6d1f4bc049 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 1 Sep 2023 13:30:46 +0530 Subject: [PATCH] hide debug log --- scripts/check_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_modules.py b/scripts/check_modules.py index f0d5ba91..054614b2 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -243,7 +243,7 @@ def setup_amd_environment(): def launch_uvicorn(): config = get_config() - pprint(config) + # pprint(config) with open("scripts/install_status.txt","a") as f: f.write("sd_weights_downloaded\n")