Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Sep 20, 2024
1 parent 73d996c commit b919a42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/mfa/src/Auth/Process/Mfa.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,7 @@ public static function validateMfaSubmission(
);

if ($mfaDataFromBroker === true || count($mfaDataFromBroker) > 0) {
$user = $idBrokerClient->updateUserLastLogin($employeeId);
print("User: $user->employee_id last login updated to: $user->last_login_utc");
$idBrokerClient->updateUserLastLogin($employeeId);
}
} catch (\Throwable $t) {
$message = 'Something went wrong while we were trying to do the '
Expand Down

0 comments on commit b919a42

Please sign in to comment.