summaryrefslogtreecommitdiff
path: root/tests/functional/l/logging/logging_not_lazy_with_logger.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/l/logging/logging_not_lazy_with_logger.py')
-rw-r--r--tests/functional/l/logging/logging_not_lazy_with_logger.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functional/l/logging/logging_not_lazy_with_logger.py b/tests/functional/l/logging/logging_not_lazy_with_logger.py
index 69d0e9bd4..ad94d32e1 100644
--- a/tests/functional/l/logging/logging_not_lazy_with_logger.py
+++ b/tests/functional/l/logging/logging_not_lazy_with_logger.py
@@ -3,7 +3,6 @@
from __future__ import absolute_import
import logging
-__revision__ = ''
LOG = logging.getLogger("domain")
LOG.debug("%s" % "junk") # [logging-not-lazy]