💄 remove extra comment slashes

This commit is contained in:
Benjamin Pasero
2021-03-29 11:28:10 +02:00
parent e96e70d59e
commit 19f6f31036
8 changed files with 12 additions and 12 deletions

View File

@@ -410,7 +410,7 @@ function markNodes(ts: typeof import('typescript'), languageService: ts.Language
// add to black queue
enqueue_black(node);
// // move from one queue to the other
// move from one queue to the other
// black_queue.push(node);
// setColor(node, NodeColor.Black);
return;