Removing unnecessary logging
[ric-plt/rtmgr.git] / pkg / sbi / nngpush.go
index a2063bf..74e077b 100644 (file)
@@ -133,7 +133,7 @@ func (c *NngPush) send(ep *rtmgr.Endpoint, policies *[]string) {
                        xapp.Rmr.SendMsg(params.RMRParams)
                        count = 0
                        policy = nil
-                       xapp.Logger.Debug("Sent message with payload len = %d and payload :%v", params.PayloadLen, params.Payload)
+                       xapp.Logger.Debug("Sent message with payload len = %d to %s", params.PayloadLen, ep.Uuid)
                }
        }