mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-30 13:57:46 +00:00
Remove println in getSubscriberCount from PeertubeAccountExtractor class
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user