Skip to content

Commit

Permalink
remove test logs (#213188)
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger authored May 21, 2024
1 parent 5328a3f commit 5fe7fc5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ export class ExtHostDocumentContentProvider implements ExtHostDocumentContentPro
throw new Error(`scheme '${scheme}' already registered`);
}

this._logService.warn('TEST WARNING');
this._logService.error('TEST ERROR');
this._logService.info('TEST INFO');
this._logService.trace('TEST TRACE');

const handle = ExtHostDocumentContentProvider._handlePool++;

this._documentContentProviders.set(handle, provider);
Expand Down

0 comments on commit 5fe7fc5

Please sign in to comment.