Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gedankenstuecke committed Oct 28, 2019
1 parent 5b1b296 commit c295cf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project_admin/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def form_valid(self, form):
)[0]
project_info['user'] = user
project_info['token'] = token
print(project_info)
Project.objects.update_or_create(id=project_info['id'],
defaults=project_info)
update_project_members.delay(project_info['id'])
Expand Down

0 comments on commit c295cf7

Please sign in to comment.