Skip to content

Commit

Permalink
Fix spurious logging
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Apr 19, 2022
1 parent 5bc6d45 commit 0081bfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rust/perspective-viewer/src/ts/copy_menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ if (
document.createElement("perspective-export-menu").constructor ===
HTMLElement
) {
console.log("WIP");
window.customElements.define(
"perspective-export-menu",
HTMLPerspectiveExportDropDownMenuElement
Expand Down
1 change: 0 additions & 1 deletion rust/perspective-viewer/src/ts/export_menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0081bfd

Please sign in to comment.