Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta committed Jun 17, 2024
1 parent 2f186be commit f9d113e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions math/dec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ func TestSub(t *testing.T) {
for name, spec := range specs {
t.Run(name, func(t *testing.T) {
got, gotErr := spec.x.Sub(spec.y)
if name == "1^-100000 - -1 -> 0.000..01" {
fmt.Println("x", spec.x, "y", spec.y, "spec.exp", spec.exp, "got", got)
}
if spec.expErr != nil {
require.ErrorIs(t, gotErr, spec.expErr)
return
Expand Down

0 comments on commit f9d113e

Please sign in to comment.