mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-01-27 15:24:13 +00:00
Remove logging from tests
This commit is contained in:
parent
f092d7e868
commit
52fc8d3952
@ -2,7 +2,6 @@ package cnutil
|
||||
|
||||
import (
|
||||
"encoding/hex"
|
||||
"log"
|
||||
"testing"
|
||||
)
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user