We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff55c48 commit fa6c0d1Copy full SHA for fa6c0d1
jupyter_server/extension/application.py
@@ -289,7 +289,6 @@ def _prepare_handlers(self):
289
# Add static endpoint for this extension, if static paths are given.
290
if len(self.static_paths) > 0:
291
# Append the extension's static directory to server handlers.
292
- print(self.static_url_prefix)
293
static_url = url_path_join(self.static_url_prefix, "(.*)")
294
295
# Construct handler.
jupyter_server/extension/serverextension.py
@@ -295,7 +295,6 @@ def list_server_extensions(self):
{"user": False, "sys_prefix": True},
296
{"user": False, "sys_prefix": False}
297
)
298
- self.log.info
299
300
for option in configurations:
301
config_dir, ext_manager = _get_extmanager_for_context(**option)
0 commit comments