We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bb1fa commit 5be9c21Copy full SHA for 5be9c21
core/config/load.ts
@@ -90,7 +90,6 @@ async function fetchRemoteConfig(url: string): Promise<any> {
90
throw new Error(`HTTP error! status: ${response.status}`);
91
}
92
const data = await response.json();
93
- console.log(data);
94
return data;
95
} catch (error) {
96
console.error('Error fetching data: ', error);
0 commit comments