]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/videos/test-embed.ts
Fix embed api
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / test-embed.ts
index 301c95d7b56b1dd2347a6a8fcf762de33ace9517..7213cbf8b21d8e116851d290982c5f61ee3e1600 100644 (file)
@@ -84,8 +84,6 @@ window.addEventListener('load', async () => {
     captionEl.innerHTML = ''
 
     captions.forEach(c => {
-      console.log(c)
-
       if (c.mode === 'showing') {
         const itemEl = document.createElement('strong')
         itemEl.innerText = `${c.label} (active)`