From 1be708152409f6a918a8dee86d704d1a9f25690b Mon Sep 17 00:00:00 2001 From: Markus Kienast Date: Tue, 29 Aug 2017 10:23:50 +0200 Subject: [PATCH] turn off debug mode --- s3store/s3store_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3store/s3store_test.go b/s3store/s3store_test.go index d9bbb73..035603a 100644 --- a/s3store/s3store_test.go +++ b/s3store/s3store_test.go @@ -44,7 +44,7 @@ func TestCalcOptimalPartSize(t *testing.T) { */ // If you want the results of all tests printed - var debug = true + var debug = false var equalparts, lastpartsize int64 // sanity check