whisper: debug test deleted

This commit is contained in:
Vlad 2016-10-24 23:27:23 +02:00
parent cc8f237f83
commit 14da810d5e

View file

@ -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")
}