diff --git a/test/api_customer_test.go b/test/api_customer_test.go index 2bf3c55..2e9624e 100644 --- a/test/api_customer_test.go +++ b/test/api_customer_test.go @@ -17,6 +17,6 @@ func TestGetCustomerS3(t *testing.T) { if err != nil { t.Fatalf(err.Error()) } - log.Println("zone ", zone) + //log.Println("zone ", zone) //c.IsDebug() }