mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-10 18:33:52 +01:00
Removed console log of timeout
This commit is contained in:
parent
31941f82bd
commit
b99e5193cd
@ -299,7 +299,6 @@ export default class Explorer {
|
|||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
const timeOutTime = Date.now() - startTime;
|
const timeOutTime = Date.now() - startTime;
|
||||||
console.log("Timed out in: ", timeOutTime);
|
|
||||||
if (!vsCodeNotOpened && timeOutTime < 1300) {
|
if (!vsCodeNotOpened && timeOutTime < 1300) {
|
||||||
vsCodeNotOpened = true;
|
vsCodeNotOpened = true;
|
||||||
useDialog.getState().openDialog(openVSCodeDialogProps);
|
useDialog.getState().openDialog(openVSCodeDialogProps);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user