Skip to content

Commit

Permalink
Removed unneeded debug print, occasionally leaked to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpevzner committed Dec 4, 2024
1 parent ab37810 commit 1ca7967
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quirks.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ var quirkDefault = make(map[string]*Quirk)
// init populates quirkDefault using quirk values from quirkDefaultStrings.
func init() {
for name, value := range quirkDefaultStrings {
println(name, "=", value)
q := &Quirk{
Origin: "default",
Match: "*",
Expand Down

0 comments on commit 1ca7967

Please sign in to comment.