Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoventurini committed Nov 2, 2023
1 parent 47cae27 commit d5ec746
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/hijack/wrap_session.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ export function wrapSession (sessionProto) {
}

// processing the message
console.log('Processing message', msg);
let trace = Kadira.tracer.buildTrace(kadiraInfo.trace);
Kadira.EventBus.emit('method', 'methodCompleted', trace, this);
Kadira.models.methods.processMethod(trace);
Expand Down

0 comments on commit d5ec746

Please sign in to comment.