Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3132 from markcor11/RemoveTokenTrace0130
Browse files Browse the repository at this point in the history
[0.13.0] Remove token trace
  • Loading branch information
tobespc authored Jun 12, 2020
2 parents 6d223f0 + 9fdda73 commit fdaf346
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pfe/portal/modules/utils/socketAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const log = new Logger('socketAuth.js');
// Verify UI Socket user has a valid token
module.exports.verifySocketUser = function verifySocketUser (token, keycloakPublicKey) {
return new Promise((resolve, reject) => {
log.trace(`UISocket : [verifySocketUser] - token: ${token} `)
log.trace(`UISocket : [verifySocketUser] - publickey: ${keycloakPublicKey}`)
if (!keycloakPublicKey) {
return reject('KEYCLOAK_PUBLIC_KEY_MISSING');
Expand Down

0 comments on commit fdaf346

Please sign in to comment.