We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e461e commit c9d9d5dCopy full SHA for c9d9d5d
selections/__init__.py
@@ -46,9 +46,6 @@
46
@auth.oidc_auth
47
@before_request
48
def main(info=None):
49
- print(info)
50
- print(info['group_list'])
51
- print('/active_rtp' in info['group_list'])
52
is_evals = '/eboard-evaluations' in info['group_list']
53
is_rtp = '/active_rtp' in info['group_list']
54
member = Members.query.filter_by(username=info['uid']).first()
0 commit comments