]> git.r.bdr.sh - rbdr/junction/commitdiff
Remove console log
authorRuben Beltran del Rio <redacted>
Sun, 27 Sep 2020 16:23:42 +0000 (18:23 +0200)
committerRuben Beltran del Rio <redacted>
Sun, 27 Sep 2020 16:23:42 +0000 (18:23 +0200)
extension/junction.js

index 575a716b20d83c825898befe01cb225e68578c48..e78a02bc0755301ca59def111a7a84050b265467 100644 (file)
@@ -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.