Skip to content

Commit

Permalink
Remove debugging print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
stevededalus committed Jul 18, 2017
1 parent 8d351f2 commit a27fb97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions codegen/type_converter_test.go
Expand Up @@ -26,8 +26,6 @@ import (
"strings"
"testing"

"fmt"

"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
"github.com/uber/zanzibar/codegen"
Expand Down Expand Up @@ -108,8 +106,6 @@ func convertTypes(
program.Types[toStruct].(*compile.StructSpec).Fields,
"")

fmt.Printf("%v", overrideMap)

if err != nil {
return "", err
}
Expand Down

0 comments on commit a27fb97

Please sign in to comment.