Removing un-necessary log statements.
This commit is contained in:
parent
dd1f1fec3b
commit
a279e5e504
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue