From: Robert Griesemer Date: Wed, 3 Jun 2015 22:05:07 +0000 (-0700) Subject: math/big: turn off debug mode X-Git-Tag: go1.5beta1~378 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c1fed8482d312d5c1bf0b92f22b4217580fc1f8a;p=gostls13.git math/big: turn off debug mode Change-Id: Ie38742cddc5a256e2f0fc0f720c0ed2f1b2e1bca Reviewed-on: https://go-review.googlesource.com/10664 Reviewed-by: Alan Donovan --- diff --git a/src/math/big/float.go b/src/math/big/float.go index b13fea6a6a..c18a4657fc 100644 --- a/src/math/big/float.go +++ b/src/math/big/float.go @@ -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 //