Remove println left behind

pull/193/head
Stypox 2019-09-11 19:31:39 +02:00
rodzic bf017bf5b9
commit 63a37c48e3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4BDF1B40A49FDD23
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -952,7 +952,6 @@ public class YoutubeStreamExtractor extends StreamExtractor {
ItagItem itagItem = ItagItem.getItag(itag);
if (itagItem.itagType == itagTypeWanted) {
String streamUrl = formatData.getString("url");
System.out.println(streamUrl);
urlAndItags.put(streamUrl, itagItem);
}
}