From: Ruben Beltran del Rio Date: Sun, 27 Sep 2020 16:23:42 +0000 (+0200) Subject: Remove console log X-Git-Url: https://git.r.bdr.sh/rbdr/junction/commitdiff_plain/db35e9e7647c1169425c6b949c7f4498a6d65f4c Remove console log --- 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.