Kaydet (Commit) 99079181 authored tarafından Vinay Sajip's avatar Vinay Sajip

Removed unused, commented-out code.

üst 63891ed0
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment