Removing debug message.

Brian E. Granger 13 years ago
parent a809db93b1
commit f0fb443fd4

@ -230,7 +230,6 @@ class NotebookWebApplication(web.Application):
new_handler = tuple([pattern] + list(handler[1:]))
new_handlers.append(new_handler)
log.debug(new_handlers)
super(NotebookWebApplication, self).__init__(new_handlers, **settings)

Loading…
Cancel
Save