Skip to content

Commit

Permalink
fix stray debugging edit
Browse files Browse the repository at this point in the history
  • Loading branch information
clbanning committed Aug 8, 2019
1 parent 518a452 commit 1fcff08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xml.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ func xmlToMapParser(skey string, a []xml.Attr, p *xml.Decoder, r bool) (map[stri
}
}
default:
fmt.Println("unknown Token:", string(t))
// noop
}
}
Expand Down

0 comments on commit 1fcff08

Please sign in to comment.