mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 00:41:31 +00:00
Removed console log of timeout
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user