Kaynağa Gözat

Remove two debug lines.

Stephen Damm 6 yıl önce
ebeveyn
işleme
5a11d12a76
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  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);
                         }