This commit is contained in:
Daniel Schädler 2019-04-17 10:13:27 +02:00
parent 10d000231f
commit 57a97f6c37
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ class PlayoffStageService
0 0
else else
# black voodoo magic # black voodoo magic
# h
stage_count = Math.log(Utils.previous_power_of_two(number_of_teams)) / Math.log(2) stage_count = Math.log(Utils.previous_power_of_two(number_of_teams)) / Math.log(2)
stage_count.to_int stage_count.to_int
end end