diff --git a/codegen/type_converter_test.go b/codegen/type_converter_test.go index 095c56ee0..f01e723a4 100644 --- a/codegen/type_converter_test.go +++ b/codegen/type_converter_test.go @@ -26,8 +26,6 @@ import ( "strings" "testing" - "fmt" - "github.com/pkg/errors" "github.com/stretchr/testify/assert" "github.com/uber/zanzibar/codegen" @@ -108,8 +106,6 @@ func convertTypes( program.Types[toStruct].(*compile.StructSpec).Fields, "") - fmt.Printf("%v", overrideMap) - if err != nil { return "", err }