diff --git a/rust/perspective-viewer/src/ts/copy_menu.ts b/rust/perspective-viewer/src/ts/copy_menu.ts index 17adb35f51..9d16c0934d 100644 --- a/rust/perspective-viewer/src/ts/copy_menu.ts +++ b/rust/perspective-viewer/src/ts/copy_menu.ts @@ -35,7 +35,6 @@ if ( document.createElement("perspective-export-menu").constructor === HTMLElement ) { - console.log("WIP"); window.customElements.define( "perspective-export-menu", HTMLPerspectiveExportDropDownMenuElement diff --git a/rust/perspective-viewer/src/ts/export_menu.ts b/rust/perspective-viewer/src/ts/export_menu.ts index c3aa600836..af38e993a2 100644 --- a/rust/perspective-viewer/src/ts/export_menu.ts +++ b/rust/perspective-viewer/src/ts/export_menu.ts @@ -34,7 +34,6 @@ class HTMLPerspectiveCopyDropDownMenuElement extends HTMLElement { if ( document.createElement("perspective-copy-menu").constructor === HTMLElement ) { - console.log("WIP"); window.customElements.define( "perspective-copy-menu", HTMLPerspectiveCopyDropDownMenuElement