Skip to content

Commit fa6c0d1

Browse files
committed
clean up some debug code
1 parent ff55c48 commit fa6c0d1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

jupyter_server/extension/application.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ def _prepare_handlers(self):
289289
# Add static endpoint for this extension, if static paths are given.
290290
if len(self.static_paths) > 0:
291291
# Append the extension's static directory to server handlers.
292-
print(self.static_url_prefix)
293292
static_url = url_path_join(self.static_url_prefix, "(.*)")
294293

295294
# Construct handler.

jupyter_server/extension/serverextension.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ def list_server_extensions(self):
295295
{"user": False, "sys_prefix": True},
296296
{"user": False, "sys_prefix": False}
297297
)
298-
self.log.info
299298

300299
for option in configurations:
301300
config_dir, ext_manager = _get_extmanager_for_context(**option)

0 commit comments

Comments
 (0)