diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index 167329a23..bf002bcd9 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -299,7 +299,6 @@ export default class Explorer { setTimeout(() => { const timeOutTime = Date.now() - startTime; - console.log("Timed out in: ", timeOutTime); if (!vsCodeNotOpened && timeOutTime < 1300) { vsCodeNotOpened = true; useDialog.getState().openDialog(openVSCodeDialogProps);