From b611ff92ea69cc1ac6b82aa3f06b9d9675e86a82 Mon Sep 17 00:00:00 2001 From: sco1 Date: Wed, 24 Apr 2019 17:20:30 -0400 Subject: Relint Seasonalbot with new linting rules --- bot/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bot/__init__.py') diff --git a/bot/__init__.py b/bot/__init__.py index 7c564178..861a27fe 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -20,7 +20,6 @@ def monkeypatch_trace(self, msg, *args, **kwargs): To pass exception information, use the keyword argument exc_info with a true value, e.g. logger.trace("Houston, we have an %s", "interesting problem", exc_info=1) """ - if self.isEnabledFor(logging.TRACE): self._log(logging.TRACE, msg, args, **kwargs) -- cgit v1.2.3