From b99e5193cd49632a77015e5f7bb83098cabc8320 Mon Sep 17 00:00:00 2001 From: "Justin Kolasa (from Dev Box)" Date: Fri, 2 May 2025 10:55:02 -0400 Subject: [PATCH] Removed console log of timeout --- src/Explorer/Explorer.tsx | 1 - 1 file changed, 1 deletion(-) 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);