Skip to content

Commit

Permalink
Remove redundant remove logger in Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-YuXin committed May 10, 2024
1 parent 6816d2d commit 0a05fff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ public void cleanup() {
AcquireTokenTestHelper.setAccount(null);
// remove everything from cache after test ends
TestUtils.clearCache(SHARED_PREFERENCES_NAME);
Logger.getInstance().removeExternalLogger();
}

private void setupPCA() {
Expand Down

0 comments on commit 0a05fff

Please sign in to comment.