Skip to content

Commit

Permalink
Removing unnedded print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamclaughlin authored Jan 12, 2024
1 parent 7e7f222 commit 3d23ff4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/commands/incident.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@ def submit(ack, view, say, body, client, logger):
text = "Run `/sre incident roles` to assign roles to the incident"
say(text=text, channel=channel_id)

# Announce how we can update the status of an incident
text = "Run `/sre incident status` to update the status of the incident and to close the incident"


def generate_success_modal(body):
locale = body["view"]["blocks"][0]["elements"][0]["value"]
Expand Down

0 comments on commit 3d23ff4

Please sign in to comment.