Skip to content

Commit

Permalink
removed unwanted logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Mamoru committed May 2, 2024
1 parent 68d96f8 commit 7e7649d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ function getOwnerWithEmail(http:Headers headers) returns [string, string]|error
return jwtHeader;
}

io:println("JWT Header : ", jwtHeader);

[jwt:Header, jwt:Payload] [_, payload] = check jwt:decode(jwtHeader);
string owner = getOwnerFromPayload(payload);
string emailAddress = payload["email"].toString();
Expand Down

0 comments on commit 7e7649d

Please sign in to comment.