From 3d037d35ea8b593e702276aad4c4c6cc377ca567 Mon Sep 17 00:00:00 2001 From: jgenero Date: Sun, 23 Oct 2022 18:00:55 +0200 Subject: [PATCH] routes --> remove print line --- app/routes.py | 1 - 1 file changed, 1 deletion(-) 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