From 31f2db6880a3c3860c81fbbc99bfe5e8b1f51e42 Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Wed, 26 Oct 2016 15:47:47 +0530 Subject: [PATCH] Remove leftover debug statement from PutObject StreamingSignature unit-test (#3099) --- cmd/object-handlers_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/object-handlers_test.go b/cmd/object-handlers_test.go index f1c6099d5..8b45a43a1 100644 --- a/cmd/object-handlers_test.go +++ b/cmd/object-handlers_test.go @@ -463,9 +463,6 @@ func testAPIPutObjectStreamSigV4Handler(obj ObjectLayer, instanceType, bucketNam } // Iterating over the cases, fetching the object validating the response. for i, testCase := range testCases { - if i != 9 { - continue - } // initialize HTTP NewRecorder, this records any mutations to response writer inside the handler. rec := httptest.NewRecorder() // construct HTTP request for Put Object end point.