Skip to content

Commit aec7835

Browse files
committed
Fix incorrect logging
1 parent 4df7298 commit aec7835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show_install_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def main(wf):
295295
run_in_background('apk_dump', ['/usr/bin/python3',
296296
wf.workflowfile('apk_print_cert.py'), hash])
297297

298-
log.debug("Cert Result || " + result+ " ||")
298+
# log.debug("Cert Result || " + result+ " ||")
299299

300300
if result:
301301
log.debug(result)

0 commit comments

Comments
 (0)