Skip to content

Commit

Permalink
Tree: Format
Browse files Browse the repository at this point in the history
Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Mar 14, 2024
1 parent efc01d9 commit 7006fa4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions common/gen_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,5 @@ def log_metrics(

# Print output
logger.info(
initial_response
+ " ("
+ ", ".join(itemization)
+ ") "
+ " ".join(extra_parts)
initial_response + " (" + ", ".join(itemization) + ") " + " ".join(extra_parts)
)

0 comments on commit 7006fa4

Please sign in to comment.