From e69272663d5b66d6bc2baf7d7cf87a1f24df36c5 Mon Sep 17 00:00:00 2001 From: song Date: Mon, 25 Oct 2021 10:07:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/classes/sound.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/classes/sound.js b/src/classes/sound.js index 47e9b6d..b4ff5c2 100644 --- a/src/classes/sound.js +++ b/src/classes/sound.js @@ -41,7 +41,6 @@ Sound.prototype.playFootsteps = function () { Sound.prototype.pauseFootsteps = function () { this.music.audio2 && this.music.audio2.stop(); // 停止脚步声 - console.log('停止脚步声: '); }; Sound.prototype.playBomb = function (direction) {