Removed unused, commented-out code.

This commit is contained in:
Vinay Sajip 2010-09-13 20:28:57 +00:00
parent 63891ed082
commit 9907918174

View File

@ -1498,15 +1498,6 @@ def getLogger(name=None):
else:
return root
#def getRootLogger():
# """
# Return the root logger.
#
# Note that getLogger('') now does the same thing, so this function is
# deprecated and may disappear in the future.
# """
# return root
def critical(msg, *args, **kwargs):
"""
Log a message with severity 'CRITICAL' on the root logger.