Skip to content

Commit 398b4a2

Browse files
author
Loïc Mangeonjean
committed
cleanup: remove flooding error log
1 parent 752111d commit 398b4a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/infrastructure.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export abstract class CodinGameInfrastructure implements Infrastructure {
116116
try {
117117
return (await getFile(resource.toString(true), languageClient)).text
118118
} catch (error) {
119-
console.error('File not found', resource.toString())
120119
return undefined
121120
}
122121
}

0 commit comments

Comments
 (0)