From: Vinay Sajip Date: Mon, 13 Sep 2010 20:28:57 +0000 (+0000) Subject: Removed unused, commented-out code. X-Git-Tag: v3.2a3~281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9907918174976aa5514bd6f035b214949722d386;p=thirdparty%2FPython%2Fcpython.git Removed unused, commented-out code. --- diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py index 0e013565ce39..6332f2fbffbf 100644 --- a/Lib/logging/__init__.py +++ b/Lib/logging/__init__.py @@ -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.