remove a debugging log message

This commit is contained in:
Neale Pickett 2021-03-02 11:25:20 -07:00
parent a186d95dbc
commit 2f49e853e4
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ func (s *State) PointsLog() award.List {
scanner := bufio.NewScanner(f)
for scanner.Scan() {
line := scanner.Text()
log.Println(line)
cur, err := award.Parse(line)
if err != nil {
log.Printf("Skipping malformed award line %s: %s", line, err)