aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/client-html.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-26 09:38:22 +0200
committerChocobozzz <me@florianbigard.com>2020-08-26 09:38:22 +0200
commit2199aaef6fcf37411dba401475be36c89eb325d3 (patch)
tree1fffa04752d94e9a48b01f19f353bae38f73cf8e /server/lib/client-html.ts
parente6abf95e9fc9fde52d583850cf7faafdf7d050d5 (diff)
downloadPeerTube-2199aaef6fcf37411dba401475be36c89eb325d3.tar.gz
PeerTube-2199aaef6fcf37411dba401475be36c89eb325d3.tar.zst
PeerTube-2199aaef6fcf37411dba401475be36c89eb325d3.zip
Remove debug
Diffstat (limited to 'server/lib/client-html.ts')
-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