forked from j62/ctbrec
Remove log message
This commit is contained in:
parent
70a9d65e48
commit
76c5c2e6c6
|
@ -32,7 +32,6 @@ public class Fc2HttpClient extends HttpClient {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean login() throws IOException {
|
public boolean login() throws IOException {
|
||||||
LOG.debug("Login");
|
|
||||||
if (loggedIn) {
|
if (loggedIn) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue