1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

Removing un-necessary log statements.

This commit is contained in:
mike12345567 2021-07-26 13:40:50 +01:00
parent dd1f1fec3b
commit a279e5e504
2 changed files with 0 additions and 2 deletions

View file

@ -267,7 +267,6 @@
config: { configs: [{ activated: true }] }, config: { configs: [{ activated: true }] },
} }
} else { } else {
console.log("hello")
originalOidcDoc = cloneDeep(oidcDoc) originalOidcDoc = cloneDeep(oidcDoc)
providers.oidc = oidcDoc providers.oidc = oidcDoc
} }

View file

@ -92,7 +92,6 @@
} }
loading = false loading = false
requireAuth = smtpConfig.config.auth != null requireAuth = smtpConfig.config.auth != null
console.log(requireAuth)
// always attach the auth for the forms purpose - // always attach the auth for the forms purpose -
// this will be removed later if required // this will be removed later if required
if (!smtpDoc.config.auth) { if (!smtpDoc.config.auth) {