Skip to content

Commit c6e4cc1

Browse files
committed
cleanup
1 parent 9e60156 commit c6e4cc1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/service-library/src/servicelib/logging_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,9 +528,6 @@ def set_parent_module_log_level(current_module: str, desired_log_level: int) ->
528528
logging.getLogger(parent_module).setLevel(desired_log_level)
529529

530530

531-
# Remove the global task variable since we'll use background_task infrastructure
532-
533-
534531
class AsyncLoggingContext:
535532
"""
536533
Async context manager for non-blocking logging infrastructure.

0 commit comments

Comments
 (0)