Remove debug

pull/3127/head
Chocobozzz 2020-08-26 09:38:22 +02:00
parent e6abf95e9f
commit 2199aaef6f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 2 deletions

View File

@ -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]