From 69166e72fc2cd1705a7536fa519fdf85a192c6c5 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 10 Sep 2019 14:59:19 +0800 Subject: [PATCH] fix bug --- handler/priv_map.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/handler/priv_map.py b/handler/priv_map.py index 49def8b..c0c46fb 100644 --- a/handler/priv_map.py +++ b/handler/priv_map.py @@ -24,8 +24,6 @@ class PrivMaps(Resource): def get(self): - print(f"{self.args}") - pdb.set_trace() users = self.args['user'] status = self.args['status'] all_data = []