Skip to content

Commit

Permalink
Remove an unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicKramer committed Feb 16, 2017
1 parent 379416a commit fc9c343
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugins/plugin-koa.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit fc9c343

Please sign in to comment.