From 205068a993450cf9ca4e2eae417ad3c66694d473 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 8 Jun 2024 05:29:29 +0700 Subject: [PATCH] Remove missed debugging statement --- qt/aqt/mediasrv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/aqt/mediasrv.py b/qt/aqt/mediasrv.py index 3ca47c14b..aa710440d 100644 --- a/qt/aqt/mediasrv.py +++ b/qt/aqt/mediasrv.py @@ -676,7 +676,6 @@ def _check_dynamic_request_permissions(): "Unexpected API access. Please report this message on the Anki forums." ) - print(context, request.headers["Content-type"], request.path) # check content type header to ensure this isn't an opaque request from another origin if request.headers["Content-type"] != "application/binary": aqt.mw.taskman.run_on_main(warn)