Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 232d3b8

Browse files
committed
fix: Removes redundant log in updateUes script
1 parent 13ca45e commit 232d3b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

www/updateUes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ function getConfiguration()
9393
$challengeManager = new ChallengeManager();
9494
$claims = $challengeManager->decodeToken($token);
9595

96-
Logger::debug('updateUes attributes ' . print_r($claims[DATA][ATTRIBUTES], true));
97-
9896
$attributesFromIdP = $claims[DATA][ATTRIBUTES];
9997
$attrMap = $claims[DATA][ATTR_MAP];
10098
$serializedAttributes = $claims[DATA][ATTR_TO_CONVERSION];

0 commit comments

Comments
 (0)