Remove debug log

This commit is contained in:
Daniel Imms
2016-11-09 11:12:36 -08:00
parent 209e0887c4
commit 8e5f2f1387

View File

@@ -124,7 +124,6 @@ export class LifecycleService implements ILifecycleService {
vscodeWindow.win.on('close', (e) => {
const windowId = vscodeWindow.id;
this.logService.log('Lifecycle#window-before-close', windowId);
this.logService.log('this.quitRequested: ' + this.quitRequested);
// The window already acknowledged to be closed
if (this.windowToCloseRequest[windowId]) {