From b457ce493bdc165fd85f6a638293709d5e9eadb8 Mon Sep 17 00:00:00 2001 From: GRL Date: Tue, 29 Jun 2021 09:44:57 +0200 Subject: [PATCH] Suppress console.log --- front/src/Api/IframeListener.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/Api/IframeListener.ts b/front/src/Api/IframeListener.ts index 1c2adfdb..a27da9d6 100644 --- a/front/src/Api/IframeListener.ts +++ b/front/src/Api/IframeListener.ts @@ -170,7 +170,6 @@ class IframeListener { this._loadSoundStream.next(payload.data); } else if (payload.type === 'openCoWebSite' && isOpenCoWebsite(payload.data)) { - console.log(foundSrc); scriptUtils.openCoWebsite(payload.data.url, foundSrc, payload.data.allowApi, payload.data.allowPolicy); }