Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Dec 13, 2016
1 parent 8c01f7c commit 5ae7d1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions report.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,6 @@ def add_user_properties(self, user):
for key in str_keys:
if user[key] in err_vals:
user[key] = None
user['groups'] = list()
user['policies'] = list()
user['groups'] = self.user_groups(user['user'])
user['policies'] = self.user_policies(user['user'])
return user
Expand Down

0 comments on commit 5ae7d1a

Please sign in to comment.