Minor updates to clear off minor informational messages.

This commit is contained in:
2025-02-27 22:01:27 -05:00
parent e8f61da6f8
commit 9ddf504575
2 changed files with 7 additions and 7 deletions

View File

@@ -43,13 +43,13 @@ public abstract class AudioLibrary : IAudioLibrary
public void RemoveLocations(string[] paths)
{
foreach (string path in paths)
{
//if (_locations.Contains(path) == false)
// continue;
//foreach (string path in paths)
//{
// //if (_locations.Contains(path) == false)
// // continue;
}
//}
LocationRemoved?.Invoke(this, new EventArgs());
}