From: Daan De Meyer Date: Tue, 17 Sep 2024 19:44:37 +0000 (+0200) Subject: ukify: Remove debug log X-Git-Tag: v257-rc1~414 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a7f306b6ca1cd67f89a568a8740b6ba84b2ba5c;p=thirdparty%2Fsystemd.git ukify: Remove debug log This prints a python data structure which we shouldn't do during normal operation. --- diff --git a/src/ukify/ukify.py b/src/ukify/ukify.py index 5057d72d2c9..cd1dedffcac 100755 --- a/src/ukify/ukify.py +++ b/src/ukify/ukify.py @@ -526,9 +526,6 @@ def call_systemd_measure(uki, linux, opts): # First, pick up the sections we shall measure now */ for s in uki.sections: - - print(s) - if not s.measure: continue