Skip to content

Commit

Permalink
Remove new epoch notifications from chat
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Pavlovic <matopavlovic@gmail.com>
  • Loading branch information
matejpavlovic committed Aug 18, 2022
1 parent 0e06437 commit 536d0b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/chat-demo/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ func (chat *ChatApp) applyConfigMsg(configMsg string) {

func (chat *ChatApp) applyNewEpoch(newEpoch *eventpb.NewEpoch) (*events.EventList, error) {

fmt.Printf("New epoch: %d\n", newEpoch.EpochNr)

// Create network connections to all nodes in the new membership.
var nodeAddrs map[t.NodeID]t.NodeAddress
var err error
Expand Down

0 comments on commit 536d0b4

Please sign in to comment.