forked from j62/ctbrec
1
0
Fork 0

Remove log message

This commit is contained in:
0xboobface 2019-01-27 14:10:45 +01:00
parent 70a9d65e48
commit 76c5c2e6c6
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ public class Fc2HttpClient extends HttpClient {
@Override
public boolean login() throws IOException {
LOG.debug("Login");
if (loggedIn) {
return true;
}