Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 3, 2022
1 parent 6286969 commit 39d1541
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/voila/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ async function main() {
PageConfig.getOption('federated_extensions')
);

console.log('extension data', extensionData);

const federatedExtensionPromises = [];
const federatedMimeExtensionPromises = [];
const federatedStylePromises = [];
Expand Down
2 changes: 0 additions & 2 deletions packages/voila/src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ const widgetManager: JupyterFrontEndPlugin<IJupyterWidgetRegistry> = {
kernel.dispose();
});

console.log('Voila manager activated');

return {
registerWidget(data: IWidgetRegistryData): void {
manager.register(data);
Expand Down

0 comments on commit 39d1541

Please sign in to comment.