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