forked from j62/ctbrec
1
0
Fork 0

Remove log output

This commit is contained in:
0xb00bface 2020-08-15 16:06:47 +02:00
parent 192e7093d3
commit 6cfdb59c96
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ public class Flirt4FreeModel extends AbstractModel {
}
private void acquireSlot() throws InterruptedException {
LOG.debug("Acquire: {} - Queue: {}", requestThrottle.availablePermits(), requestThrottle.getQueueLength());
//LOG.debug("Acquire: {} - Queue: {}", requestThrottle.availablePermits(), requestThrottle.getQueueLength());
requestThrottle.acquire();
long now = System.currentTimeMillis();
long millisSinceLastRequest = now - lastRequest;