Remove unnecessary print in web UI utils

This commit is contained in:
Théophile Diot 2024-04-23 17:16:58 +02:00
parent 8663d239e3
commit e6f6950f41
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -160,8 +160,6 @@ def path_to_dict(
mime = Magic(mime=True)
file_type = mime.from_buffer(conf["data"])
print(file_type, flush=True)
file_info = {
"name": conf["file_name"],
"job_name": conf["job_name"],