diff --git a/src/plugins/plugin-koa.js b/src/plugins/plugin-koa.js index 62d0056b3..321241aba 100644 --- a/src/plugins/plugin-koa.js +++ b/src/plugins/plugin-koa.js @@ -64,10 +64,6 @@ function* middleware(next) { if (context) { res.setHeader(api.constants.TRACE_CONTEXT_HEADER_NAME, context); } - //else { - // TODO: Determine if this is still needed - // agent.logger.warn('koa: Attempted to generate trace context for nullSpan'); - //} // wrap end res.end = function(chunk, encoding) {