Browse Source

Remove debug line.

Stephen Damm 5 năm trước cách đây
mục cha
commit
b494364c99
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);                
             }