瀏覽代碼

Remove some loggins.

Stephen Damm 6 年之前
父節點
當前提交
9f5d8719fc
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      SongBrowserPlugin/UI/SongBrowserUI.cs

+ 0 - 2
SongBrowserPlugin/UI/SongBrowserUI.cs

@@ -568,8 +568,6 @@ namespace SongBrowserPlugin.UI
                 }
 
                 StandardLevelSO[] levels = _model.SortedSongList.ToArray();
-                foreach (StandardLevelSO level in levels)
-                    _log.Debug(level.levelID);
                 StandardLevelListViewController songListViewController = this._levelSelectionFlowCoordinator.GetPrivateField<StandardLevelListViewController>("_levelListViewController");
                 ReflectionUtil.SetPrivateField(_levelListTableView, "_levels", levels);
                 ReflectionUtil.SetPrivateField(songListViewController, "_levels", levels);