chore: remove console.log

This commit is contained in:
Jelf 2024-09-21 14:56:15 +08:00
parent d7a3c44e31
commit bf9029f9bc

View file

@ -43,7 +43,6 @@ const getApiConfig = () => {
}
},
}
console.log(apiConfig);
return apiConfig
}