diff --git a/app/routes.py b/app/routes.py index 412933a..9a13e2b 100644 --- a/app/routes.py +++ b/app/routes.py @@ -96,7 +96,6 @@ def acte(house=None, prince=None, acte_id=None): Institution.id_institution == doc[0][1])] prince_name = [t.name_indiv for t in Individual.select().where( Individual.id_indiv == prince)] - print(prince_name) # if the acte if in another house's folder, # change according to the begining of filename