Skip to content

Commit

Permalink
remove console log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethbruskiewicz committed Aug 21, 2024
1 parent bb30948 commit b24c9a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/AppContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export class AppContext {

$(document).on('dhCurrentSelectionChange', (event, data) => {
const { currentSelection } = data;
console.log('dhCurrentSelectionChange');
this.currentSelection = currentSelection;
});
}
Expand Down

0 comments on commit b24c9a6

Please sign in to comment.