Explorar o código

Remove debug line.

Stephen Damm %!s(int64=5) %!d(string=hai) anos
pai
achega
b494364c99
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);                
             }