diff --git a/test/lib/test_gateway/test_gateway_cover.go b/test/lib/test_gateway/test_gateway_cover.go index 7bc92d72e..fc42b65af 100644 --- a/test/lib/test_gateway/test_gateway_cover.go +++ b/test/lib/test_gateway/test_gateway_cover.go @@ -166,8 +166,6 @@ func createTestBinaryFile( mainTestPath := strings.Replace(mainPath, "main.go", "main_test.go", -1) - fmt.Println(mainTestPath) - randStr, err := makeRandStr() if err != nil { return nil, errors.Wrap(err, "could not make rand str...")