Skip to content

Commit

Permalink
removed test prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Hecrer committed Feb 18, 2020
1 parent 437d5a7 commit b6d013f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions championships.go
Original file line number Diff line number Diff line change
Expand Up @@ -1032,8 +1032,6 @@ func (c *ChampionshipClass) standings(events []*ChampionshipEvent, givePoints fu
continue
}

fmt.Println(fmt.Sprintf("Give %.2f points to: %s", float64(points.PolePosition)*pointsMultiplier, driver.DriverName))

givePoints(event, driver.DriverGUID, float64(points.PolePosition)*pointsMultiplier, PointsPolePosition)
}

Expand Down Expand Up @@ -1125,8 +1123,6 @@ func (c *ChampionshipClass) Standings(inEvents []*ChampionshipEvent) []*Champion
c.standings(events, func(event *ChampionshipEvent, driverGUID string, points float64, reason PointsReason) {
var car *SessionCar

// @TODO CHECK THIS

for _, sessionType := range championshipStandingSessionOrder {
session, ok := event.Sessions[sessionType]

Expand Down

0 comments on commit b6d013f

Please sign in to comment.