Skip to content

Commit 449a9c3

Browse files
committed
Clean up debugging comment
1 parent 86b2264 commit 449a9c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

annotated_logger/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,6 @@ def wrap_function(*args: P.args, **kwargs: P.kwargs) -> R:
793793
logging.root.manager.loggerDict.pop(logger.logger.name, None)
794794
if not pre_execution_annotations:
795795
logging.root.manager.loggerDict.pop(logger.logger.name, None)
796-
# pass
797796
return result
798797

799798
return wrap_function

0 commit comments

Comments
 (0)