浏览代码

Remove debug line.

Stephen Damm 5 年之前
父节点
当前提交
b494364c99
共有 1 个文件被更改,包括 0 次插入1 次删除
  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);                
             }