mirror of https://github.com/dirtbags/moth.git
remove a debugging log message
This commit is contained in:
parent
a186d95dbc
commit
2f49e853e4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue