diff --git a/states.py b/states.py index 5d727d0..fc82168 100644 --- a/states.py +++ b/states.py @@ -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() if pref: - print( f"pref={pref}" ) self.grouping=pref.grouping self.how_many=pref.how_many self.offset=pref.st_offset