mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
remove gitContentProvider warning message
This commit is contained in:
@@ -70,7 +70,6 @@ export class GitContentProvider {
|
||||
const repository = this.model.getRepository(uri);
|
||||
|
||||
if (!repository) {
|
||||
console.warn('git provideTextDocumentContent: could not find repository');
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user