]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Remove debug
authorChocobozzz <me@florianbigard.com>
Wed, 26 Aug 2020 07:38:22 +0000 (09:38 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 26 Aug 2020 07:38:22 +0000 (09:38 +0200)
server/lib/client-html.ts

index 9f668dedb37a68b5703fc6061432e2c610ac2c49..926d6e93f40f67243cfac4918df5ce8f1b32f985 100644 (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]