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 bf4f178 commit e6bdbf8Copy full SHA for e6bdbf8
src/notebooks/controllers/ipywidgets/message/ipyWidgetMessageDispatcher.ts
@@ -383,9 +383,6 @@ export class IPyWidgetMessageDispatcher implements IIPyWidgetMessageDispatcher {
383
}
384
385
} else {
386
- const dataToSend = serializeDataViews([data as any]);
387
- const deSerialized = deserializeDataViews(dataToSend);
388
- console.error(dataToSend, deSerialized);
389
this.raisePostMessage(IPyWidgetMessages.IPyWidgets_binary_msg, {
390
id: msgUuid,
391
data: serializeDataViews([data as any])
0 commit comments