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)]
|
file = [os.path.basename(dir), os.path.basename(file)]
|
||||||
files.append(file)
|
files.append(file)
|
||||||
offres_with_files.append([offre, files])
|
offres_with_files.append([offre, files])
|
||||||
print(offres_with_files)
|
|
||||||
contacts = entreprise.contacts
|
contacts = entreprise.contacts
|
||||||
logs = (
|
logs = (
|
||||||
EntrepriseLog.query.order_by(EntrepriseLog.date.desc())
|
EntrepriseLog.query.order_by(EntrepriseLog.date.desc())
|
||||||
|
Loading…
Reference in New Issue
Block a user