Skip to content

Commit 5be9c21

Browse files
author
Calvinn Ng
committed
remove debug print
1 parent b7bb1fa commit 5be9c21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/config/load.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ async function fetchRemoteConfig(url: string): Promise<any> {
9090
throw new Error(`HTTP error! status: ${response.status}`);
9191
}
9292
const data = await response.json();
93-
console.log(data);
9493
return data;
9594
} catch (error) {
9695
console.error('Error fetching data: ', error);

0 commit comments

Comments
 (0)