From c1fed8482d312d5c1bf0b92f22b4217580fc1f8a Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 3 Jun 2015 15:05:07 -0700 Subject: [PATCH] math/big: turn off debug mode Change-Id: Ie38742cddc5a256e2f0fc0f720c0ed2f1b2e1bca Reviewed-on: https://go-review.googlesource.com/10664 Reviewed-by: Alan Donovan --- src/math/big/float.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 //