Skip to content

Commit a175866

Browse files
committed
Update YoutubeClient.java
remove system print out
1 parent 8fc0a75 commit a175866

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/YouTubeSearchApi/YoutubeClient.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ public YoutubePlaylist getRecommendation(String videoId) throws IOException, NoR
132132
compactRadioRenderer = "{" + compactRadioRenderer.substring(0,
133133
compactRadioRenderer.length() - ",{\"compactVideoRenderer\"".length());
134134

135-
System.out.println(compactRadioRenderer);
136-
137135
Gson gson = new Gson();
138136

139137
JsonObject compactRadioRendererObject = gson.fromJson(compactRadioRenderer, JsonObject.class)

0 commit comments

Comments
 (0)