Skip to content

Commit 72e2953

Browse files
删除LoadLocalImages.cs中的调试用语句 (#94)
1 parent 42a6f24 commit 72e2953

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

AquaMai.Mods/GameSystem/Assets/LoadLocalImages.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public static void LoadMusicPostfix(List<string> ____targetDirs)
5353
if (!imageExts.Contains(Path.GetExtension(file).ToLowerInvariant())) continue;
5454
var idStr = Path.GetFileName(file).Substring("ui_jacket_".Length, 6);
5555
jacketPaths[idStr] = file;
56-
MelonLogger.Msg($"[LoadLocalImages] Loaded {file}");
5756
}
5857

5958
if (Directory.Exists(Path.Combine(aDir, @"AssetBundleImages\frame")))

0 commit comments

Comments
 (0)