logging lint

This commit is contained in:
Michael Quigley 2023-05-22 14:54:28 -04:00
parent 25116ec0cf
commit 390c50b48e
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -71,7 +71,6 @@ func (s *amqpSource) Start(events chan ZitiEventMsg) (join chan struct{}, err er
logrus.Info("started")
defer logrus.Info("stopped")
for event := range s.msgs {
logrus.Info("Got event message")
events <- &ZitiEventAMQP{
data: ZitiEventJson(event.Body),
msg: &event,