mirror of
https://github.com/openziti/zrok.git
synced 2025-08-14 10:08:26 +02:00
logging lint
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user