Skip to content

Commit

Permalink
Removed a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ra-anders committed Sep 5, 2024
1 parent e9e6703 commit cec51c2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export class TextRightPanel extends RightPanel<TextRightPanelConfig> {
}

this.extensionHost.on(Events.SEARCH_HIT_CHANGED, (e) => {
console.log(e)
let index = e;
let canvasIndex = this.extension.helper.canvasIndex;
$('.transcribed-text .searchHitSpan').each((i: Number, searchHit: any) => {
Expand Down

0 comments on commit cec51c2

Please sign in to comment.