aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--server/lib/client-html.ts2
1 files changed, 0 insertions, 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 {
173 173
174 static async getEmbedHTML () { 174 static async getEmbedHTML () {
175 const path = ClientHtml.getEmbedPath() 175 const path = ClientHtml.getEmbedPath()
176 console.log('coucu')
177 console.log(path)
178 176
179 if (ClientHtml.htmlCache[path]) return ClientHtml.htmlCache[path] 177 if (ClientHtml.htmlCache[path]) return ClientHtml.htmlCache[path]
180 178