diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-26 09:38:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-26 09:38:22 +0200 |
commit | 2199aaef6fcf37411dba401475be36c89eb325d3 (patch) | |
tree | 1fffa04752d94e9a48b01f19f353bae38f73cf8e | |
parent | e6abf95e9fc9fde52d583850cf7faafdf7d050d5 (diff) | |
download | PeerTube-2199aaef6fcf37411dba401475be36c89eb325d3.tar.gz PeerTube-2199aaef6fcf37411dba401475be36c89eb325d3.tar.zst PeerTube-2199aaef6fcf37411dba401475be36c89eb325d3.zip |
Remove debug
-rw-r--r-- | server/lib/client-html.ts | 2 |
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 | ||