Remove println in getSubscriberCount from PeertubeAccountExtractor class

This commit is contained in:
TiA4f8R 2021-03-18 19:02:25 +01:00
parent 772de53a66
commit abb790f465
No known key found for this signature in database
GPG Key ID: E6D3E7F5949450DD
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ public class PeertubeAccountExtractor extends ChannelExtractor {
} catch (final IOException | JsonParserException | ReCaptchaException ignored) {
// something went wrong during video channels extraction, only return subscribers of ownerAccount
}
System.out.println(subscribersCount);
return subscribersCount;
}