Skip to content

Commit

Permalink
Remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Oct 20, 2024
1 parent f440f74 commit 8a8c3d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion goal.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ func helpDyadic(help Help, args []goal.V) goal.V {
if !ok {
return panicType("s1 help s2", "s2", y)
}
fmt.Fprintf(os.Stdout, "ADding to help dict %v %v", helpKeyword, helpString)
help.Dictionary["goal"][string(helpKeyword)] = string(helpString)
return goal.NewI(1)
}
Expand Down

0 comments on commit 8a8c3d5

Please sign in to comment.