diff --git a/src/config.ts b/src/config.ts index 5ac7d072..d6dfb40d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -225,7 +225,7 @@ export function DecodeConfig(configStr: string): Config { authority: url.searchParams.get('authority') || "", } as Config } catch (e) { - console.log(e, configStr) + // console.log(e, configStr) } } return conf