Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Sep 11, 2023
1 parent fe4d938 commit 6f1cbf0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ public void inputOutputTestStatic() throws Exception {
TokenInfo newToken = AccessToken.createNewAccessToken(process.getProcess(), "sessionHandle", "userId",
"refreshTokenHash1", "parentRefreshTokenHash1", jsonObj, "antiCsrfToken", expiryTime,
AccessToken.getLatestVersion(), true);
System.out.println(newToken.token);
AccessTokenInfo info = AccessToken.getInfoFromAccessToken(process.getProcess(), newToken.token, true);
assertEquals("sessionHandle", info.sessionHandle);
assertEquals("userId", info.recipeUserId);
Expand Down

0 comments on commit 6f1cbf0

Please sign in to comment.