mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-03 17:22:13 +00:00
Remove log message
This commit is contained in:
parent
33495441b5
commit
a953a3d162
@ -313,7 +313,6 @@ public final class OneTimeTokenLoginConfigurer<H extends HttpSecurityBuilder<H>>
|
||||
this.oneTimeTokenService = bean;
|
||||
}
|
||||
else {
|
||||
this.logger.debug("Configuring InMemoryOneTimeTokenService for oneTimeTokenLogin()");
|
||||
this.oneTimeTokenService = new InMemoryOneTimeTokenService();
|
||||
}
|
||||
return this.oneTimeTokenService;
|
||||
|
Loading…
x
Reference in New Issue
Block a user