Skip to content

Commit 77bbec0

Browse files
committed
removed redundant code
1 parent 98adeb4 commit 77bbec0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/client/providers/lintProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ export class LintProvider extends vscode.Disposable {
126126

127127
// Build the message and suffix the message with the name of the linter used
128128
msgs.forEach(d => {
129-
d.message = `${d.message}`;
130129
diagnostics.push(createDiagnostics(d, documentLines));
131130
});
132131

0 commit comments

Comments
 (0)