From db35e9e7647c1169425c6b949c7f4498a6d65f4c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 27 Sep 2020 18:23:42 +0200 Subject: Remove console log --- extension/junction.js | 1 - 1 file changed, 1 deletion(-) 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. -- cgit