From: Chocobozzz Date: Wed, 26 Aug 2020 07:38:22 +0000 (+0200) Subject: Remove debug X-Git-Tag: v2.4.0-rc.1~10 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=2199aaef6fcf37411dba401475be36c89eb325d3;p=github%2FChocobozzz%2FPeerTube.git Remove debug --- diff --git a/server/lib/client-html.ts b/server/lib/client-html.ts index 9f668dedb..926d6e93f 100644 --- a/server/lib/client-html.ts +++ b/server/lib/client-html.ts @@ -173,8 +173,6 @@ export class ClientHtml { static async getEmbedHTML () { const path = ClientHtml.getEmbedPath() - console.log('coucu') - console.log(path) if (ClientHtml.htmlCache[path]) return ClientHtml.htmlCache[path]