Remove print.

This commit is contained in:
Will O'Beirne 2018-11-15 11:10:15 -05:00
parent 50cdf45882
commit f40d88c4b5
No known key found for this signature in database
GPG Key ID: 44C190DB5DEAF9F6
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ def make_proposal_draft():
@requires_sm
@endpoint.api()
def get_proposal_drafts():
print(g.current_user.id)
proposals = (
Proposal.query
.filter_by(status="DRAFT")