Skip to content

Commit 22a47da

Browse files
committed
Fix requested change and remove outdated comment.
1 parent 98a90fd commit 22a47da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeCommentsExtractor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public YoutubeCommentsExtractor(
5151
public InfoItemsPage<CommentsInfoItem> getInitialPage()
5252
throws IOException, ExtractionException {
5353

54-
// Check if findInitialCommentsToken was already called and optCommentsDisabled initialized
5554
if (commentsDisabled) {
5655
return getInfoItemsPageForDisabledComments();
5756
}

0 commit comments

Comments
 (0)