Minor updates to clear off minor informational messages.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user