1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 06:48:09 -08:00

ukify: Remove debug log

This prints a python data structure which we shouldn't do during
normal operation.
This commit is contained in:
Daan De Meyer 2024-09-17 21:44:37 +02:00
parent 4f2975385f
commit 7a7f306b6c

View File

@ -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