Skip to content

Commit

Permalink
remove testcode
Browse files Browse the repository at this point in the history
  • Loading branch information
ColaColin committed Sep 15, 2014
1 parent 5466444 commit 3cd4151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/info/nanodesu/rest/MatchCreator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ class MatchCreator extends Loggable {
Math.ceil(diff / MINUTES_RATING_GROW)
}

private def lookupRating(ubername: String) = 5 //RatingsMachine.querySkill(ubername).map(_.toFloat).getOrElse(DEFAULT_SKILL.toFloat)
private def lookupRating(ubername: String) = RatingsMachine.querySkill(ubername).map(_.toFloat).getOrElse(DEFAULT_SKILL.toFloat)
}

0 comments on commit 3cd4151

Please sign in to comment.