]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ukify: Remove debug log
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 17 Sep 2024 19:44:37 +0000 (21:44 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 17 Sep 2024 20:34:13 +0000 (22:34 +0200)
This prints a python data structure which we shouldn't do during
normal operation.

src/ukify/ukify.py

index 5057d72d2c97e9317213b8cc2a3b38dc8a407328..cd1dedffcacd07c27c6c3d9f43bc35227c6db70f 100755 (executable)
@@ -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