From b24c9a6292285f66021e97deb8023ad8177afb3d Mon Sep 17 00:00:00 2001 From: Kenneth Bruskiewicz Date: Wed, 21 Aug 2024 14:21:52 -0700 Subject: [PATCH] remove console log statements --- lib/AppContext.js | 1 - 1 file changed, 1 deletion(-) 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; }); }