diff --git a/rtv/oauth.py b/rtv/oauth.py index 4a65ba2..1a7171b 100644 --- a/rtv/oauth.py +++ b/rtv/oauth.py @@ -175,7 +175,6 @@ class OAuthHelper(object): _logger.exception(e) self.term.show_notification('Browser Error') else: - _logger.debug('Calling server shutdown()') self.server.shutdown() finally: thread.join()