Browse Source

Remove some loggins.

Stephen Damm 6 years ago
parent
commit
9f5d8719fc
1 changed files with 0 additions and 2 deletions
  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);