diff --git a/notebook/notebookapp.py b/notebook/notebookapp.py index c7f47c759..9cd325a1f 100755 --- a/notebook/notebookapp.py +++ b/notebook/notebookapp.py @@ -1323,7 +1323,6 @@ class NotebookApp(JupyterApp): else: ip = hostname url = self._url(ip) - self.log.info(ip, url) if self.token: # Don't log full token if it came from config token = self.token if self._token_generated else '...'