Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions api/app/outcome/api.py
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cleaned up. I think there is no other print statement that would go in prod.

Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ def post(self, event_id):

outcome_repository.add(outcome)
db.session.commit()
print("event_type::::::::", event.event_type)
print("Type of event.event_type:::::::", type(event.event_type))
if status in [Status.REJECTED, Status.WAITLIST, Status.DESK_REJECTED]:
email_template = {
Status.REJECTED: 'outcome-rejected' if not event.event_type == EventType.JOURNAL else 'outcome-journal-rejected',
Expand Down