Remove onPeerConnection decorator call

This commit is contained in:
Johan Vandeweerd 2019-05-15 10:19:32 +02:00 committed by Tyler Benson
parent 23b8caa27c
commit 872a099722
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ public class TracingClientResponseSubscriber implements CoreSubscriber<ClientRes
@Override
public void onSubscribe(final Subscription subscription) {
DECORATE.onRequest(span, clientRequest);
DECORATE.onPeerConnection(span, remoteAddress());
subscriber.onSubscribe(
new Subscription() {