Browse Source

Remove logging from tests

pool
Sammy Libre 7 years ago
parent
commit
52fc8d3952
  1. 3
      cnutil/cnutil_test.go

3
cnutil/cnutil_test.go

@ -2,7 +2,6 @@ package cnutil @@ -2,7 +2,6 @@ package cnutil
import (
"encoding/hex"
"log"
"testing"
)
@ -22,8 +21,6 @@ func TestConvertBlob(t *testing.T) { @@ -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")
}
}

Loading…
Cancel
Save