mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Remove debug log
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user