diff --git a/src/assets/sounds/move.mp3 b/src/assets/sounds/move.mp3 deleted file mode 100644 index a58e527..0000000 Binary files a/src/assets/sounds/move.mp3 and /dev/null differ diff --git a/src/views/Home.vue b/src/views/Home.vue index 56dec4f..2706dcc 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -37,7 +37,6 @@ import { import DreamMaker from '@/components/DreamMaker.vue' import { notify } from '@/utils/notification' -const moveSound = new Audio(require('@/assets/sounds/move.mp3')) type Stopwatch = 'stopped' | 'started' const INTERVAL = 120 @@ -81,7 +80,6 @@ export default defineComponent({ : 'Programmer 2' notify(`Time to change, ${programmer}, your turn!`) - moveSound.play() } }, 1000) stopWatchSessionId = setInterval(() => {