mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
whisper: debug test deleted
This commit is contained in:
parent
cc8f237f83
commit
14da810d5e
1 changed files with 0 additions and 5 deletions
|
|
@ -18,7 +18,6 @@ package whisperv5
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"github.com/ethereum/go-ethereum/crypto"
|
||||
|
|
@ -375,7 +374,3 @@ func TestWhisperSymKeyManagement(x *testing.T) {
|
|||
return
|
||||
}
|
||||
}
|
||||
|
||||
func TestDebug(x *testing.T) {
|
||||
fmt.Printf("Protocols: %v \n")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue