Skip to content

Commit

Permalink
fix: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Feb 8, 2024
1 parent 07e4820 commit bbf6955
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/commands/incident.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,6 @@ def submit(ack, view, say, body, client, logger):
text = f":lapage: An incident report has been created at: {document_link}"
say(text=text, channel=channel_id)

# # Reminder to brief up
# text = ":alphabet-yellow-question: Is this a `cybersecurity incident` (secret/data leak, account compromise, attack)? Please initiate the briefing process for CCCS and TBS OCIO Cyber. This just means we send a summary of the incident (or initial findings and updates if incident is ongoing) to [email protected] and CC [email protected], and [email protected]! CCCS will reach out with a case number, and any questions if they need more information."
# say(text=text, channel=channel_id)

# # Reminder to stop planned testing
# text = ":alphabet-yellow-question: Is someone `penetration or performance testing`? Please stop it to make your life easier."
# say(text=text, channel=channel_id)

# Gather all user IDs in a list to ensure uniqueness
users_to_invite = []

Expand Down

0 comments on commit bbf6955

Please sign in to comment.