Skip to content

Commit 18cbae6

Browse files
committed
Remove debug code
1 parent 5649ea9 commit 18cbae6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ui/failsboard.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,8 +1057,7 @@ export class FailsBoard extends FailsBasis {
10571057
}
10581058
/>
10591059
)}
1060-
{(this.state.pollparticipants?.length > 0 ||
1061-
true) /* just for debugging */ && (
1060+
{this.state.pollparticipants?.length > 0 && (
10621061
<Button
10631062
label='Start poll'
10641063
icon='pi pi-chart-bar'

0 commit comments

Comments
 (0)