From 01d3fee128d21811f065507ec18a7c3f43a7fe66 Mon Sep 17 00:00:00 2001 From: SolventMercury <87032239+SolventMercury@users.noreply.github.com> Date: Tue, 9 Nov 2021 11:33:07 -0800 Subject: [PATCH] Update HgExport.csx --- Scripts/HgExport.csx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Scripts/HgExport.csx b/Scripts/HgExport.csx index aab3460..2fab7b1 100644 --- a/Scripts/HgExport.csx +++ b/Scripts/HgExport.csx @@ -1076,9 +1076,6 @@ void AddSoundData (string assetName, UndertaleData VanillaData, UndertaleData Mo byte[] modSoundData = GetSoundData(modSound, ModData, ModDataPath, false); - if (assetName.Equals("snd_train")) { - ScriptMessage(String.Format("Length of sound data for test sound: {0}", modSoundData == null ? "null" : modSoundData.Length)); - } if (modSoundData == null) { // TODO: Handle this better //throw new Exception(String.Format("ERROR: {0}'s sound data was null, cannot export.", assetName)); @@ -2162,4 +2159,4 @@ sw.Close(); UpdateProgressBar("Creating Config File", "Creating Patch Files from Differences...", 1, 1); ScriptMessage("Patch Creation Complete"); -HideProgressBar(); \ No newline at end of file +HideProgressBar();