remove gitContentProvider warning message

This commit is contained in:
Joao
2017-09-01 11:36:54 +02:00
parent 0e703430be
commit b4210889e5

View File

@@ -70,7 +70,6 @@ export class GitContentProvider {
const repository = this.model.getRepository(uri);
if (!repository) {
console.warn('git provideTextDocumentContent: could not find repository');
return '';
}