Skip to content
Snippets Groups Projects
Commit ba6e1c22 authored by Jiří Kalvoda's avatar Jiří Kalvoda Committed by Jan Prachař
Browse files

Odstraněn zapomenutý debug výpis

parent b9d1fb7b
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,6 @@ def org_orgs():
qr = qr.filter(db.UserRole.place_id.in_(
sess.query(db.Place.place_id).filter(db.Place.level.in_(filter.search_place_level.data))
))
print(qr)
return qr
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