remove print

This commit is contained in:
Arthur ZHU 2021-12-29 10:54:05 +01:00
parent 6fd234ef85
commit 41b50e0c1c
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ def fiche_entreprise(id):
file = [os.path.basename(dir), os.path.basename(file)]
files.append(file)
offres_with_files.append([offre, files])
print(offres_with_files)
contacts = entreprise.contacts
logs = (
EntrepriseLog.query.order_by(EntrepriseLog.date.desc())