Skip to content

Commit

Permalink
chore: rm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Aug 29, 2024
1 parent d419d6d commit c9e67c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sidecar/custom/sidecar.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ func (s *customSidecar) ReadEventsFromBroker(brokerId string) {
return err
}

log.Infof("WE RECEIVE: %+v", body)

log.Infof("BROKER: %s", brokerId)

event := &sidecar.Event{
Data: body,
EventName: brokerId,
Expand Down

0 comments on commit c9e67c2

Please sign in to comment.