remove more spammy logs

This commit is contained in:
whyrusleeping
2019-12-07 23:32:34 +01:00
parent d8d7827579
commit d3f08c5243
3 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -2,7 +2,6 @@ package hello
import (
"context"
"fmt"
"go.uber.org/fx"
@@ -119,8 +118,7 @@ func (hs *Service) SayHello(ctx context.Context, pid peer.ID) error {
HeaviestTipSetWeight: weight,
GenesisHash: gen.Cid(),
}
fmt.Println("SENDING HELLO MESSAGE: ", hts.Cids(), hts.Height())
fmt.Println("hello message genesis: ", gen.Cid())
log.Info("Sending hello message: ", hts.Cids(), hts.Height(), gen.Cid())
if err := cborutil.WriteCborRPC(s, hmsg); err != nil {
return err