Skip to content

Commit

Permalink
bugfix of node props (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejingru committed Mar 19, 2021
1 parent c741c38 commit 26c0573
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sync/sync.go
Expand Up @@ -187,8 +187,6 @@ func (s *sync) dispatch(msg *v1.Message) error {
if err := s.sendEvent(delta); err != nil {
return errors.Trace(err)
}
s.log.Debug("sync node props", log.Any("msg", msg))
return s.pb.Publish(eventx.TopicEvent, msg)
default:
}
return nil
Expand Down

0 comments on commit 26c0573

Please sign in to comment.