Remove missed debugging statement

This commit is contained in:
Damien Elmes 2024-06-08 05:29:29 +07:00
parent 5fd3821152
commit 205068a993

View File

@ -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)