chore: remove debug code

This commit is contained in:
huzibaca 2024-11-22 09:08:25 +08:00
parent 1b65dc7256
commit 9df2ceba84
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -6,7 +6,6 @@ export const useVerge = () => {
"getVergeConfig", "getVergeConfig",
async () => { async () => {
const config = await getVergeConfig(); const config = await getVergeConfig();
console.log("Received verge config:", config);
return config; return config;
}, },
); );