1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +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 }] },
}
} else {
console.log("hello")
originalOidcDoc = cloneDeep(oidcDoc)
providers.oidc = oidcDoc
}

View file

@ -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) {