Removing un-necessary log statements.
This commit is contained in:
parent
dd1f1fec3b
commit
a279e5e504
|
@ -267,7 +267,6 @@
|
|||
config: { configs: [{ activated: true }] },
|
||||
}
|
||||
} else {
|
||||
console.log("hello")
|
||||
originalOidcDoc = cloneDeep(oidcDoc)
|
||||
providers.oidc = oidcDoc
|
||||
}
|
||||
|
|
|
@ -92,7 +92,6 @@
|
|||
}
|
||||
loading = false
|
||||
requireAuth = smtpConfig.config.auth != null
|
||||
console.log(requireAuth)
|
||||
// always attach the auth for the forms purpose -
|
||||
// this will be removed later if required
|
||||
if (!smtpDoc.config.auth) {
|
||||
|
|
Loading…
Reference in New Issue