remove console.log

This commit is contained in:
Benjamin Pasero
2018-10-12 08:11:31 +02:00
parent 4cffff9f6b
commit 3b95170b06

View File

@@ -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;