forked from TrueCloudLab/frostfs-node
[#689] innerring: Remove debug output
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
6bf01a0a22
commit
8112f73023
1 changed files with 0 additions and 2 deletions
|
@ -303,8 +303,6 @@ func New(ctx context.Context, log *zap.Logger, cfg *viper.Viper) (*Server, error
|
||||||
|
|
||||||
server.key = acc.PrivateKey()
|
server.key = acc.PrivateKey()
|
||||||
|
|
||||||
fmt.Println(hex.EncodeToString(server.key.PublicKey().Bytes()))
|
|
||||||
|
|
||||||
withoutMainNet := cfg.GetBool("without_mainnet")
|
withoutMainNet := cfg.GetBool("without_mainnet")
|
||||||
|
|
||||||
// get all script hashes of contracts
|
// get all script hashes of contracts
|
||||||
|
|
Loading…
Reference in a new issue