Skip to content

Commit

Permalink
Removed unsused code
Browse files Browse the repository at this point in the history
  • Loading branch information
VukW committed Feb 12, 2024
1 parent 9d118c7 commit 4bcea3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/medperf/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ def combine_proc_sp_text(proc: spawn) -> str:
line_should_be_filtered = (line_pid == str(proc.pid) # hide only `mlcube` framework logs
and isinstance(matched_log_level, int)
and matched_log_level < logging.WARNING) # hide only debug and info logs
# ui.print(
# f"{Fore.WHITE}{Style.DIM}line matched: {line_pid}, {matched_log_level_str}, {matched_log_level}, {line_should_be_filtered}{Style.RESET_ALL}")

if line_should_be_filtered:
logging.debug(line)
Expand Down

0 comments on commit 4bcea3e

Please sign in to comment.