diff --git a/crypto/ecies/ecies_test.go b/crypto/ecies/ecies_test.go index 3fe7ba0af8c62..5fc6bbe007a50 100644 --- a/crypto/ecies/ecies_test.go +++ b/crypto/ecies/ecies_test.go @@ -43,14 +43,6 @@ import ( "github.com/XinFinOrg/XDPoSChain/crypto" ) -//var dumpEnc bool -// -//func init() { -// flDump := flag.Bool("dump", false, "write encrypted test message to file") -// flag.Parse() -// dumpEnc = *flDump -//} - // Ensure the KDF generates appropriately sized keys. func TestKDF(t *testing.T) { msg := []byte("Hello, world")