diff --git a/lib/AppContext.js b/lib/AppContext.js index 670f3ef1..d3b2b12b 100644 --- a/lib/AppContext.js +++ b/lib/AppContext.js @@ -58,7 +58,6 @@ export class AppContext { $(document).on('dhCurrentSelectionChange', (event, data) => { const { currentSelection } = data; - console.log('dhCurrentSelectionChange'); this.currentSelection = currentSelection; }); }