Remove console log

Fixes #133725
This commit is contained in:
Alex Ross
2021-09-24 13:25:38 +02:00
parent 48e95ad548
commit a2e91a0844

View File

@@ -963,7 +963,6 @@ class RemoteExplorerService implements IRemoteExplorerService {
}
setEditable(tunnelItem: ITunnelItem | undefined, editId: TunnelEditId, data: IEditableData | null): void {
console.log('setting edit ' + data);
if (!data) {
this._editable = undefined;
} else {