Skip to content

Commit 289b84e

Browse files
committed
Removed unused code
1 parent e81b0e2 commit 289b84e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public DateWrapper getUploadDate() throws ParsingException {
8989
*/
9090
@Override
9191
public int getLikeCount() throws ParsingException {
92-
json.getInt("");
9392
// This may return a language dependent version, e.g. in German: 3,3 Mio
9493
final String textualLikeCount = getTextualLikeCount();
9594
try {

0 commit comments

Comments
 (0)