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

Commit 85e98d1

Browse files
author
Nathan Yee
committed
Remove console log
1 parent 97517e0 commit 85e98d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125
!Array.isArray(this.selectedParticipant) ||
126126
this.selectedParticipant.length === 0
127127
) {
128-
console.log("No participants selected")
128+
// No participants selected
129129
return
130130
}
131131

0 commit comments

Comments
 (0)