mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Remove unwanted log
This commit is contained in:
@@ -36,7 +36,6 @@ export class TerminalWidgetManager implements IDisposable {
|
||||
dispose: () => {
|
||||
const current = this._attached.get(widget.id);
|
||||
if (current === widget) {
|
||||
console.log('widget dispose', widget);
|
||||
this._attached.delete(widget.id);
|
||||
widget.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user