From 9907918174976aa5514bd6f035b214949722d386 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Mon, 13 Sep 2010 20:28:57 +0000 Subject: [PATCH] Removed unused, commented-out code. --- Lib/logging/__init__.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py index 0e013565ce3..6332f2fbffb 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.