mirror of
https://github.com/openziti/zrok.git
synced 2025-01-08 23:20:04 +01:00
logging lint
This commit is contained in:
parent
25116ec0cf
commit
390c50b48e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user