Skip to content
Snippets Groups Projects
Commit 1d321b5e authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Odstraněn zapomenutý debug výpis

parent 8c68540b
No related branches found
No related tags found
1 merge request!101Jk/bug filter
...@@ -207,7 +207,6 @@ def org_orgs(): ...@@ -207,7 +207,6 @@ def org_orgs():
qr = qr.filter(db.UserRole.place_id.in_( qr = qr.filter(db.UserRole.place_id.in_(
sess.query(db.Place.place_id).filter(db.Place.level.in_(filter.search_place_level.data)) sess.query(db.Place.place_id).filter(db.Place.level.in_(filter.search_place_level.data))
)) ))
print(qr)
return qr return qr
if filter.is_role_filter.data: if filter.is_role_filter.data:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment