aboutsummaryrefslogtreecommitdiff
path: root/extension
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-27 18:23:42 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-27 18:23:42 +0200
commitdb35e9e7647c1169425c6b949c7f4498a6d65f4c (patch)
treea7a9f8908bf783c96beb5b1a04043b3fd5b010c0 /extension
parent27a1c981529492981f08bb1c0ece4cb5d615c19b (diff)
Remove console log
Diffstat (limited to 'extension')
-rw-r--r--extension/junction.js1
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.