mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
remove console.log
This commit is contained in:
@@ -71,7 +71,6 @@ export class MainThreadComments extends Disposable implements MainThreadComments
|
||||
}
|
||||
|
||||
editors.forEach(editor => {
|
||||
console.log(editor.getId());
|
||||
const controller = ReviewController.get(editor);
|
||||
if (!controller) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user