From 008374bac56377af604634f48cef788badcce703 Mon Sep 17 00:00:00 2001 From: minenice55 Date: Mon, 4 Dec 2023 15:12:30 -0500 Subject: [PATCH] Update Minigames.cs --- Assets/Scripts/Minigames.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/Minigames.cs b/Assets/Scripts/Minigames.cs index a44d4154d..c83399a81 100644 --- a/Assets/Scripts/Minigames.cs +++ b/Assets/Scripts/Minigames.cs @@ -163,7 +163,6 @@ namespace HeavenStudio } AudioClip clip = DownloadHandlerAudioClip.GetContent(www); string fileName = Path.GetFileNameWithoutExtension(filePath); - Debug.Log(fileName); SavWav.Save("/RIQCache/" + fileName, clip, true); filePath = Path.Combine(Application.temporaryCachePath, "/RIQCache/" + fileName + ".wav");