Skip to content

Commit 5bfdf69

Browse files
author
Andy Hanson
committed
Remove comment
1 parent 109c058 commit 5bfdf69

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/navigationBar.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ namespace ts.NavigationBar {
320320
case SyntaxKind.EnumMember:
321321
return createItem(node, getTextOfNode((<EnumMember>node).name), ts.ScriptElementKind.memberVariableElement);
322322

323-
//move?
324323
case SyntaxKind.ModuleDeclaration:
325324
return createItem(node, getModuleName(<ModuleDeclaration>node), ts.ScriptElementKind.moduleElement);
326325

0 commit comments

Comments
 (0)