From a01b5547ee49c362314ef575c23fa678bb580d70 Mon Sep 17 00:00:00 2001
From: metalune <metalune@mailbox.org>
Date: Fri, 30 Jul 2021 19:27:53 +0200
Subject: [PATCH] Stop printing captions into log

---
 main.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/main.py b/main.py
index 03cd995..79a8337 100644
--- a/main.py
+++ b/main.py
@@ -416,7 +416,6 @@ async def video_channels__about(domain, name):
 async def subtitles(domain, id, lang):
     try:
         captions = peertube.video_captions(domain, id)
-        print(captions)
         for entry in captions["data"]:
             if entry["language"]["id"] == lang: return peertube.video_captions_download(domain, entry["captionPath"].split('/')[-1])
         return await render_template(