Parcourir la source

Remove debug line.

Stephen Damm il y a 5 ans
Parent
commit
b494364c99
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      SongBrowserPlugin/DataAccess/SongBrowserModel.cs

+ 0 - 1
SongBrowserPlugin/DataAccess/SongBrowserModel.cs

@@ -767,7 +767,6 @@ namespace SongBrowser
                         .Sum(x => _difficultyWeights[(BeatmapDifficulty)Enum.Parse(typeof(BeatmapDifficulty), x.difficulty)]);
                 }
 
-                Logger.Debug("Difficulty value: {0}", difficultyValue);
                 levelIdToDifficultyValue.Add(level.levelID, difficultyValue);                
             }