From 4f63e09946ece31c98d9322cddbbd5bed025b5a2 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 17 Jul 2022 23:03:12 +1000 Subject: [PATCH] removed debug --- states.py | 1 - 1 file changed, 1 deletion(-) 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