projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f29753
)
ukify: Remove debug log
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Tue, 17 Sep 2024 19:44:37 +0000
(21:44 +0200)
committer
Daan 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
patch
|
blob
|
history
diff --git
a/src/ukify/ukify.py
b/src/ukify/ukify.py
index 5057d72d2c97e9317213b8cc2a3b38dc8a407328..cd1dedffcacd07c27c6c3d9f43bc35227c6db70f 100755
(executable)
--- 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