We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752111d commit 398b4a2Copy full SHA for 398b4a2
src/infrastructure.ts
@@ -116,7 +116,6 @@ export abstract class CodinGameInfrastructure implements Infrastructure {
116
try {
117
return (await getFile(resource.toString(true), languageClient)).text
118
} catch (error) {
119
- console.error('File not found', resource.toString())
120
return undefined
121
}
122
0 commit comments