From d1ebaba71d4256485f0e306b548f52d921718679 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 23 Dec 2023 16:25:55 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Remove=20signature.py=20debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildroot/share/PlatformIO/scripts/signature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/share/PlatformIO/scripts/signature.py b/buildroot/share/PlatformIO/scripts/signature.py index d2502db35861..bfe7ab4a7394 100755 --- a/buildroot/share/PlatformIO/scripts/signature.py +++ b/buildroot/share/PlatformIO/scripts/signature.py @@ -370,7 +370,7 @@ def tryint(key): else: for header in real_config: conf = real_config[header] - print(f"real_config[{header}]", conf) + #print(f"real_config[{header}]", conf) for name in conf: json_data[name] = conf[name]['value']