forked from j62/ctbrec
Remove log statement
This commit is contained in:
parent
bb1727c538
commit
f3c0066d93
|
@ -56,7 +56,6 @@ public class BongaCamsModel extends AbstractModel {
|
||||||
public boolean isOnline(boolean ignoreCache) throws IOException, ExecutionException, InterruptedException {
|
public boolean isOnline(boolean ignoreCache) throws IOException, ExecutionException, InterruptedException {
|
||||||
if (ignoreCache) {
|
if (ignoreCache) {
|
||||||
String url = "https://en.bongacams.com/" + URLEncoder.encode(getName(), StandardCharsets.UTF_8.name());
|
String url = "https://en.bongacams.com/" + URLEncoder.encode(getName(), StandardCharsets.UTF_8.name());
|
||||||
LOG.debug(url);
|
|
||||||
Request req = new Request.Builder().url(url)
|
Request req = new Request.Builder().url(url)
|
||||||
.header(USER_AGENT, Config.getInstance().getSettings().httpUserAgent)
|
.header(USER_AGENT, Config.getInstance().getSettings().httpUserAgent)
|
||||||
.header(ACCEPT, "*")
|
.header(ACCEPT, "*")
|
||||||
|
|
Loading…
Reference in New Issue