Remove log statement

This commit is contained in:
0xb00bface 2021-03-27 11:58:48 +01:00
parent bb1727c538
commit f3c0066d93
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ public class BongaCamsModel extends AbstractModel {
public boolean isOnline(boolean ignoreCache) throws IOException, ExecutionException, InterruptedException {
if (ignoreCache) {
String url = "https://en.bongacams.com/" + URLEncoder.encode(getName(), StandardCharsets.UTF_8.name());
LOG.debug(url);
Request req = new Request.Builder().url(url)
.header(USER_AGENT, Config.getInstance().getSettings().httpUserAgent)
.header(ACCEPT, "*")