From b177f2b711fc00a4a8f42341cb53dc2ce89dc38f Mon Sep 17 00:00:00 2001 From: Matei Date: Sun, 10 Sep 2006 23:51:08 +0000 Subject: [PATCH] Removed some console spam from playing unit sounds. This was SVN commit r4321. --- binaries/data/mods/official/gui/test/functions_utility_music.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/mods/official/gui/test/functions_utility_music.js b/binaries/data/mods/official/gui/test/functions_utility_music.js index 53fa002b94..fe4128303d 100755 --- a/binaries/data/mods/official/gui/test/functions_utility_music.js +++ b/binaries/data/mods/official/gui/test/functions_utility_music.js @@ -57,7 +57,7 @@ function newRandomSound(soundType, soundSubType, soundPrePath) // Build path to random audio file. randomSoundPath = randomFileName; - console.write("Playing " + randomSoundPath + " ..."); + //console.write("Playing " + randomSoundPath + " ..."); return new Sound(randomSoundPath); }