Skip to content

Commit f7fbc72

Browse files
author
Magne Cedric
committed
fix(mm-login): removing console.log
1 parent 8d2f3c7 commit f7fbc72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/siwsrp/auth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const { AuthType, Env, getEnvUrls, JwtBearerAuth, Platform } = SDK;
1818

1919
const getHydraEnv = (env: string): HydraEnv => {
2020
const platform = Platform.INFURA;
21-
console.log(env);
2221

2322
if (env === "production") {
2423
return {

0 commit comments

Comments
 (0)