Skip to content

Commit

Permalink
removed ds notification messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tiftran committed Feb 27, 2020
1 parent 3e8aeed commit 72a8d0e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/experimenter/experiments/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@
"Ticket</a> was UNABLE to update its resolution and status"
)

NOTIFICATION_MESSAGE_DS_UPDATE = (
'The <a target="_blank" rel="noreferrer noopener" href="{bug_url}">'
" Data Science Ticket</a> has been updated with experiment info"
)
NOTIFICATION_MESSAGE_DS_UPDATE_ERROR = (
'The <a target="_blank" rel="noreferrer noopener" href="{bug_url}">'
" Data Science Ticket</a> was UNABLE to updated with experiment_info"
)


@app.task
@metrics.timer_decorator("create_experiment_bug.timing")
Expand Down

0 comments on commit 72a8d0e

Please sign in to comment.