Skip to content

Commit 9462d03

Browse files
Merge pull request #448 from communitybridge/fix/revet-log
Fix: revet log
2 parents 5ed8a13 + 2267c50 commit 9462d03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/shared/services/auth.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ export class AuthService {
128128
// Need to increase timeout to 1500 as for slower network it gives an error
129129
// Cannot read property 'querySelector' of null
130130
// TODO: verify this still works
131-
console.log('login details', EnvConfig.default['auth0-clientId'], EnvConfig.default['auth0-clientSecret'], EnvConfig.default['auth0-domain']);
132131
setTimeout(() => {
133132
const button = document
134133
.querySelector('#lfx-header-v2')

0 commit comments

Comments
 (0)