DV8FromTheWorld / JDA-Player

Extension library for JDA (or D4J) that provides an Java wrapping of Youtube-dl, FFmpeg and FFprobe for use as an AudioProvider.
Apache License 2.0
14 stars 5 forks source link

Removes unintended printing in LocalSource #6

Closed barronpm closed 8 years ago

barronpm commented 8 years ago

Removed the unintentional printing of a JSONObject in LocalSource.getInfo()

din0s commented 8 years ago

How do you know what's considered unintended and what isn't? d:

barronpm commented 8 years ago

In the words of DV8FromTheWorld: "oh shit. System.out.println(new String(infoData)); oops"

din0s commented 8 years ago

ah alright I wasn't aware that you discussed this previously