Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeichhorn committed Dec 13, 2023
1 parent 5386aef commit 4e4730d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/YouTubeKit/YouTube.swift
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ public class YouTube {
// make sure only one stream per itag exists
for stream in newStreams {
if existingITags.insert(stream.itag.itag).inserted {
print(stream)
streams.append(stream)
}
}
Expand Down

0 comments on commit 4e4730d

Please sign in to comment.