Remove duplicate log
This commit is contained in:
parent
3f912f87cf
commit
4931b1a666
1 changed files with 0 additions and 6 deletions
|
@ -60,12 +60,6 @@ func (r *RPC) HandleRPCMsg(msg *binary.InternalMessage) {
|
||||||
//r.client.Logger.Debug().Any("waiting", waitingForResponse).Msg("got request! waiting?")
|
//r.client.Logger.Debug().Any("waiting", waitingForResponse).Msg("got request! waiting?")
|
||||||
r.client.sessionHandler.addResponseAck(response.ResponseId)
|
r.client.sessionHandler.addResponseAck(response.ResponseId)
|
||||||
if waitingForResponse {
|
if waitingForResponse {
|
||||||
if response.Data.Decrypted != nil && r.client.Logger.Trace().Enabled() {
|
|
||||||
r.client.Logger.Trace().
|
|
||||||
Str("proto_name", string(response.Data.Decrypted.ProtoReflect().Descriptor().FullName())).
|
|
||||||
Str("data", base64.StdEncoding.EncodeToString(response.Data.RawDecrypted)).
|
|
||||||
Msg("Got response")
|
|
||||||
}
|
|
||||||
r.client.sessionHandler.respondToRequestChannel(response)
|
r.client.sessionHandler.respondToRequestChannel(response)
|
||||||
} else {
|
} else {
|
||||||
switch response.BugleRoute {
|
switch response.BugleRoute {
|
||||||
|
|
Loading…
Reference in a new issue