Skip to content

Commit

Permalink
remove debug fmt.Println
Browse files Browse the repository at this point in the history
  • Loading branch information
uberesch committed Jul 18, 2017
1 parent 3e0d0d0 commit 647d051
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/lib/test_gateway/test_gateway_cover.go
Expand Up @@ -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...")
Expand Down

0 comments on commit 647d051

Please sign in to comment.