Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit b130061

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: removing consolelog
1 parent 5f3b5a0 commit b130061

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ export const getServerConfig = () => {
127127
if (isBrowser) {
128128
const config_server_url = localStorage.getItem('config.server_url');
129129
const config_app_id = localStorage.getItem('config.app_id');
130-
console.log(config_server_url);
131130
if (config_app_id && config_server_url) {
132131
return {
133132
serverUrl: config_server_url,

0 commit comments

Comments
 (0)