]> git.parisson.com Git - teleforma.git/commitdiff
cleanup print
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Thu, 25 Apr 2024 07:49:35 +0000 (09:49 +0200)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Thu, 25 Apr 2024 07:49:35 +0000 (09:49 +0200)
teleforma/views/core.py

index cf090f73795cc05287334bca19794015f2637767..1c6a4b836d2f97b7c256d9da0012cf7aee568f53 100644 (file)
@@ -311,7 +311,7 @@ def nginx_media_accel(url, content_type="", buffering=True, streaming=False):
     if not streaming:
         response['Content-Disposition'] = "attachment; filename=%s" % (
             filename)
-    print(content_type)
+
     response['Content-Type'] = content_type
     response['X-Accel-Redirect'] = url