Skip to content

Commit

Permalink
math/big: turn off debug mode
Browse files Browse the repository at this point in the history
Change-Id: Ie38742cddc5a256e2f0fc0f720c0ed2f1b2e1bca
Reviewed-on: https://go-review.googlesource.com/10664
Reviewed-by: Alan Donovan <[email protected]>
  • Loading branch information
griesemer committed Jun 3, 2015
1 parent d15597e commit c1fed84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/big/float.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"math"
)

const debugFloat = true // enable for debugging
const debugFloat = false // enable for debugging

// A nonzero finite Float represents a multi-precision floating point number
//
Expand Down

0 comments on commit c1fed84

Please sign in to comment.