Skip to content

Commit 6b0a495

Browse files
committed
Removed a comment that is no longer valid.
1 parent 077c3cf commit 6b0a495

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plain2code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ def setup_logging(
135135

136136
# The IndentedFormatter provides better multiline log readability.
137137
# We add the TuiLoggingHandler to the root logger.
138-
# CRITICAL: We must remove existing handlers (like StreamHandler) to prevent double-logging
139-
# that spills into the TUI dashboard.
140138
root_logger = logging.getLogger(LOGGER_NAME)
141139
configured_log_level = root_logger.level
142140
root_logger.setLevel(logging.DEBUG) # Capture all logs; handlers will filter levels as needed

0 commit comments

Comments
 (0)