Skip to content

Commit

Permalink
removed unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
evandam committed Feb 21, 2018
1 parent 53cbd52 commit 4eceb84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notebook/notebookapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,6 @@ def display_url(self):
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 '...'
Expand Down

0 comments on commit 4eceb84

Please sign in to comment.