Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 97517e0

Browse files
nathanmyeeCopilot
andauthored
Update src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nathan Yee <nathanmyee@gmail.com>
1 parent 1d661ab commit 97517e0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ export default {
132132
try {
133133
// Add each selected participant
134134
for (const participant of this.selectedParticipant) {
135-
console.log("Adding participant:", participant.individual.email)
136135
await IncidentApi.addParticipant(this.id, participant.individual.email)
137136
}
138137

0 commit comments

Comments
 (0)