Skip to content

Commit

Permalink
deleted unused Println in SOFRScraper.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jppade committed Mar 5, 2020
1 parent 468d534 commit 9306bda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/pkg/exchange-scrapers/SOFRScraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,13 @@ func (s *SOFRScraper) Update() error {
} else {
dateTime = dateTime.UTC()
}
fmt.Println(dateTime.String())

t := &dia.InterestRate{
Symbol: symbol,
Value: rate,
Time: dateTime,
Source: "FED",
}
// ---------------------------------------------------------------------------

// Send new data through channel chanInterestRate
log.Printf("writing interestRate %#v in %v\n", t, s.chanInterestRate)
Expand Down

0 comments on commit 9306bda

Please sign in to comment.