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