Remove debug println

Co-Authored-By: Laplie Anderson <randomanderson@users.noreply.github.com>
This commit is contained in:
Tyler Benson 2019-10-07 08:08:13 -04:00
parent 82180c2ea6
commit 828e21123c
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ public final class JaxRsAnnotationsInstrumentation extends Instrumenter.Default
if (asyncResponse != null && asyncResponse.isSuspended()) {
InstrumentationContext.get(AsyncResponse.class, Span.class).put(asyncResponse, span);
} else {
System.out.println("FINISHING: " + asyncResponse);
JaxRsAnnotationsDecorator.DECORATE.beforeFinish(span);
span.finish();
}