From 5867699bf826073aec693662f9e73fa774730368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Mon, 14 Dec 2020 22:16:16 +0100 Subject: [PATCH] Remove a fixed TODO comment The problem was fixed in 15cb419f562a4d95d1c403b7ddb11fc981e1343f, then the comment restored in 633cc9a7b3a53fa6c4c8a0979b43c35e8a166885 (looks like a rebase mistake). Change-Id: Ic31ea0bf88480cff02f40701f1317f35c1c6e891 --- modules/dt.debug.js | 1 - 1 file changed, 1 deletion(-) 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;