mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Removed a puts for diagnostics
This commit is contained in:
@@ -260,7 +260,6 @@ class Wrestler < ApplicationRecord
|
|||||||
def pin_time_pool
|
def pin_time_pool
|
||||||
time = 0
|
time = 0
|
||||||
pin_wins.select{|m| m.bracket_position == "Pool"}.each do | m |
|
pin_wins.select{|m| m.bracket_position == "Pool"}.each do | m |
|
||||||
puts m.pin_time_in_seconds
|
|
||||||
time = time + m.pin_time_in_seconds
|
time = time + m.pin_time_in_seconds
|
||||||
end
|
end
|
||||||
time
|
time
|
||||||
|
|||||||
Reference in New Issue
Block a user