Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit acb8b69

Browse files
committed
Silence logging in extension
1 parent 5cb371e commit acb8b69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter_dash/nbextension/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ define([
1818
// Register handlers for later messages:
1919
comm.on_msg(function (msg) {
2020
var msgData = msg.content.data;
21-
console.log(msgData)
2221
if (msgData.type === 'base_url_request') {
2322
comm.send({
2423
type: 'base_url_response',

0 commit comments

Comments
 (0)