Skip to content

Commit

Permalink
Merge pull request #64 from wasade/remove-print
Browse files Browse the repository at this point in the history
remove print
  • Loading branch information
wasade authored Nov 18, 2020
2 parents 36d9f48 + 2421fbb commit 04eb10c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion microsetta_admin/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def manage_projects():
def email_stats():
_, result = _get_projects(include_stats=False, is_active=True)
projects = result.get('projects')
print("PROJECTS:", projects)

if request.method == 'GET':
project = request.args.get('project', None)
Expand Down

0 comments on commit 04eb10c

Please sign in to comment.