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
|
||||
public boolean login() throws IOException {
|
||||
LOG.debug("Login");
|
||||
if (loggedIn) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue