Browse Source

Remove two debug lines.

Stephen Damm 6 years ago
parent
commit
5a11d12a76
1 changed files with 0 additions and 2 deletions
  1. 0 2
      SongBrowserPlugin/SongBrowserModel.cs

+ 0 - 2
SongBrowserPlugin/SongBrowserModel.cs

@@ -300,10 +300,8 @@ namespace SongBrowserPlugin
                     String[] paths = this.CurrentDirectory.Split('/');
                     for (int i = 1; i < paths.Length; i++)
                     {
-                        _log.Debug("FIUCL");
                         if (currentNode.Nodes.ContainsKey(paths[i]))
                         {
-                            _log.Debug("asdad");
                             currentNode = currentNode.Nodes[paths[i]];
                             _directoryStack.Push(currentNode);
                         }