diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-27 18:23:42 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-27 18:23:42 +0200 |
| commit | db35e9e7647c1169425c6b949c7f4498a6d65f4c (patch) | |
| tree | a7a9f8908bf783c96beb5b1a04043b3fd5b010c0 /extension | |
| parent | 27a1c981529492981f08bb1c0ece4cb5d615c19b (diff) | |
Remove console log
Diffstat (limited to 'extension')
| -rw-r--r-- | extension/junction.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extension/junction.js b/extension/junction.js index 575a716..e78a02b 100644 --- a/extension/junction.js +++ b/extension/junction.js @@ -27,7 +27,6 @@ const internals = { internals.isInCallState = true; internals.setIcon('hangUp'); - console.log('setting tabs'); const activeTabs = await internals.getActiveTabs(); console.log(activeTabs[0].url); // placeholder while we connect backend. |