diff --git a/modules/dt.debug.js b/modules/dt.debug.js index bac4d97b5..4c1999dd6 100644 --- a/modules/dt.debug.js +++ b/modules/dt.debug.js @@ -16,7 +16,6 @@ var if ( debug & DEBUG_HIGHLIGHT ) { highlighter.markThreads( threads ); - // TODO: Use comment.signatureRanges to mark up signatures/timestamps comments.forEach( function ( comment ) { comment.signatureRanges.forEach( function ( signatureRange ) { var signature, emptySignature, node, match;