Skip to content

Commit

Permalink
chore: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Feb 6, 2024
1 parent 77b1791 commit a7a39af
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/components/ContestTimeStatusWatcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ class ContestTimeStatusWatcher extends React.Component<Props, State> {
message: 'Contest Ended',
duration: 0,
});
// TODO remove later
const sound = new Howl({
src: ['https://cdn.sdutacm.cn/oj/dist/public/AzurSeries/assets/ASR2_Audio_Paimon_Ended.mp3'],
})
sound.play();
// const sound = new Howl({
// src: ['https://cdn.sdutacm.cn/oj/dist/public/AzurSeries/assets/ASR2_Audio_Paimon_Ended.mp3'],
// })
// sound.play();
break;
}
}
Expand Down

0 comments on commit a7a39af

Please sign in to comment.