Skip to content

Commit b58d013

Browse files
committed
remove console log
1 parent d1a3905 commit b58d013

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/content-handlers/iiif/modules/uv-openseadragoncenterpanel-module/OpenSeadragonCenterPanel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,6 @@ export class OpenSeadragonCenterPanel extends CenterPanel<
785785
this.$choiceSwitchButton.insertAfter(this.$rotateButton);
786786
}
787787
this.onAccessibleClick(this.$choiceSwitchButton, () => {
788-
console.log("choice clicked");
789788
this.extensionHost.publish(IIIFEvents.SHOW_CHOICE_SWITCH_DIALOGUE);
790789
});
791790
}

0 commit comments

Comments
 (0)