Remove debug println
Co-Authored-By: Laplie Anderson <randomanderson@users.noreply.github.com>
This commit is contained in:
parent
82180c2ea6
commit
828e21123c
|
@ -106,7 +106,6 @@ public final class JaxRsAnnotationsInstrumentation extends Instrumenter.Default
|
||||||
if (asyncResponse != null && asyncResponse.isSuspended()) {
|
if (asyncResponse != null && asyncResponse.isSuspended()) {
|
||||||
InstrumentationContext.get(AsyncResponse.class, Span.class).put(asyncResponse, span);
|
InstrumentationContext.get(AsyncResponse.class, Span.class).put(asyncResponse, span);
|
||||||
} else {
|
} else {
|
||||||
System.out.println("FINISHING: " + asyncResponse);
|
|
||||||
JaxRsAnnotationsDecorator.DECORATE.beforeFinish(span);
|
JaxRsAnnotationsDecorator.DECORATE.beforeFinish(span);
|
||||||
span.finish();
|
span.finish();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue