From c07f84205b84dd3baab3dd3eb0af2a74ea7ef6c2 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 20 Aug 2022 16:44:53 +0200 Subject: [PATCH] removed some music debug --- sound.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sound.cpp b/sound.cpp index 7d21ac57..04687ea8 100644 --- a/sound.cpp +++ b/sound.cpp @@ -172,7 +172,6 @@ EX bool loadMusicInfo(string dir) { if(buf[5] == 'L' && buf[6] == '=') musiclength[id] = atoi(buf+7); else if(buf[5] == '*' && buf[6] == '/') musfname[id] = dir2 + (buf+7); else musfname[id] = buf+5; - println(hlog, "set up for id=", id); music_available = true; } else {