Skip to content

Commit a953a3d

Browse files
Remove log message
1 parent 3349544 commit a953a3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configurers/ott/OneTimeTokenLoginConfigurer.java

-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ private OneTimeTokenService getOneTimeTokenService(H http) {
313313
this.oneTimeTokenService = bean;
314314
}
315315
else {
316-
this.logger.debug("Configuring InMemoryOneTimeTokenService for oneTimeTokenLogin()");
317316
this.oneTimeTokenService = new InMemoryOneTimeTokenService();
318317
}
319318
return this.oneTimeTokenService;

0 commit comments

Comments
 (0)