mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 00:08:04 +01:00
Drop "got successful captcha" messages from INFO to DEBUG
This commit is contained in:
committed by
Jon Chambers
parent
6198a7b69a
commit
0f08b6bb59
@@ -41,7 +41,7 @@ public class LegacyRecaptchaClient implements RecaptchaClient {
|
||||
.post(Entity.form(formData), VerifyResponse.class);
|
||||
|
||||
if (response.success) {
|
||||
logger.info("Got successful captcha time: " + response.challenge_ts + ", current time: " + System.currentTimeMillis());
|
||||
logger.debug("Got successful captcha time: " + response.challenge_ts + ", current time: " + System.currentTimeMillis());
|
||||
}
|
||||
|
||||
return response.success;
|
||||
|
||||
Reference in New Issue
Block a user