removed debug

This commit is contained in:
2022-07-17 23:03:12 +10:00
parent fc62bd274e
commit 4f63e09946

View File

@@ -138,7 +138,6 @@ class States(PA):
pref=PA_UserState.query.filter(PA_UserState.pa_user_dn==current_user.dn,PA_UserState.path_type==self.path_type).first() pref=PA_UserState.query.filter(PA_UserState.pa_user_dn==current_user.dn,PA_UserState.path_type==self.path_type).first()
if pref: if pref:
print( f"pref={pref}" )
self.grouping=pref.grouping self.grouping=pref.grouping
self.how_many=pref.how_many self.how_many=pref.how_many
self.offset=pref.st_offset self.offset=pref.st_offset