Removed console log of timeout

This commit is contained in:
Justin Kolasa (from Dev Box) 2025-05-02 10:55:02 -04:00
parent 31941f82bd
commit b99e5193cd

View File

@ -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);