Skip to content

Commit

Permalink
remove unnecessary information on print
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Jul 6, 2023
1 parent f6d5176 commit f314d13
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tools/ci_build/reduce_op_kernels.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,12 @@ def process_registration(
reason = "Specific typed registration is not required."
else:
log.warning(
f"Keeping {registration_identifier} registration from unknown domain: "
f"{constant_for_domain}, operator={operator}, type={type}, "
f"start_version={start_version}"
f"Keeping {registration_identifier} registration from unknown domain."
)

if exclude:
log.info(
f"Disabling {registration_identifier} registration: {reason}, "
f"{constant_for_domain}, operator={operator}, type={type}, "
f"start_version={start_version}"
f"Disabling {registration_identifier} registration: {reason}"
)
for line in lines:
self._output_file.write("// " + line)
Expand Down

0 comments on commit f314d13

Please sign in to comment.