Skip to content

Commit e74df1e

Browse files
author
Kanchalai Tanglertsampan
committed
Remove unnecessary comment
1 parent 441c588 commit e74df1e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/services/completions.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -842,10 +842,6 @@ namespace ts.Completions {
842842
const lineStart = getLineStartPositionForPosition(position, sourceFile);
843843
shouldAppendAtSignBeforeJsDocTagName = sourceFile.text.substr(lineStart, position).indexOf("@") === -1;
844844

845-
// This is for the case
846-
// /**
847-
// * |completion here|
848-
// **/
849845
if (shouldAppendAtSignBeforeJsDocTagName) {
850846
isJsDocTagName = true;
851847
}

0 commit comments

Comments
 (0)