Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9907918

Browse files
committed
Removed unused, commented-out code.
1 parent 63891ed commit 9907918

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Lib/logging/__init__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,15 +1498,6 @@ def getLogger(name=None):
14981498
else:
14991499
return root
15001500

1501-
#def getRootLogger():
1502-
# """
1503-
# Return the root logger.
1504-
#
1505-
# Note that getLogger('') now does the same thing, so this function is
1506-
# deprecated and may disappear in the future.
1507-
# """
1508-
# return root
1509-
15101501
def critical(msg, *args, **kwargs):
15111502
"""
15121503
Log a message with severity 'CRITICAL' on the root logger.

0 commit comments

Comments
 (0)