forked from ScoDoc/ScoDoc
remove print
This commit is contained in:
parent
6fd234ef85
commit
41b50e0c1c
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user