Skip to content

Commit

Permalink
don't log out each fmod bank load
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelFB committed Jan 30, 2024
1 parent f10bd51 commit 48eebda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Audio/Audio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ public static void Load(string directory)

public static void LoadBank(string path)
{
Log.Info($"Loaded Bank: {path}");
Check(system.loadBankFile(path, LOAD_BANK_FLAGS.NORMAL, out var bank));

banks.Add(bank);
Expand Down

0 comments on commit 48eebda

Please sign in to comment.