Skip to content

Commit 63a37c4

Browse files
committed
Remove println left behind
1 parent bf017bf commit 63a37c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,6 @@ private Map<String, ItagItem> getItags(String streamingDataKey, ItagItem.ItagTyp
952952
ItagItem itagItem = ItagItem.getItag(itag);
953953
if (itagItem.itagType == itagTypeWanted) {
954954
String streamUrl = formatData.getString("url");
955-
System.out.println(streamUrl);
956955
urlAndItags.put(streamUrl, itagItem);
957956
}
958957
}

0 commit comments

Comments
 (0)