From 2199aaef6fcf37411dba401475be36c89eb325d3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 26 Aug 2020 09:38:22 +0200 Subject: Remove debug --- server/lib/client-html.ts | 2 -- 1 file changed, 2 deletions(-) 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] -- cgit v1.2.3