Skip to content

Commit

Permalink
Remove logging from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy007 committed Oct 9, 2017
1 parent f092d7e commit 52fc8d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cnutil/cnutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package cnutil

import (
"encoding/hex"
"log"
"testing"
)

Expand All @@ -22,8 +21,6 @@ func TestConvertBlob(t *testing.T) {
}
}
if !ok {
log.Printf("Got: %v %v", output, len(output))
log.Printf("Expected: %v %v", expectedResult, len(expectedResult))
t.Error("Invalid result")
}
}
Expand Down

0 comments on commit 52fc8d3

Please sign in to comment.