Skip to content

Commit

Permalink
Remove extra log (#171677)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz authored Jan 18, 2023
1 parent 2d18d7d commit da521ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vs/workbench/api/common/extHostCustomEditors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export class ExtHostCustomEditors implements extHostProtocol.ExtHostCustomEditor
position: EditorGroupColumn,
cancellation: CancellationToken,
): Promise<void> {
console.log('xxxx');
const entry = this._editorProviders.get(viewType);
if (!entry) {
throw new Error(`No provider found for '${viewType}'`);
Expand Down

0 comments on commit da521ba

Please sign in to comment.