Remove debug print statement
This commit is contained in:
parent
b6a31a258e
commit
3a181d61a8
|
@ -63,8 +63,6 @@ public class PlaylistGenerator {
|
|||
return seq1 - seq2;
|
||||
});
|
||||
|
||||
System.out.println(Arrays.toString(files));
|
||||
|
||||
// create a track containing all files
|
||||
List<TrackData> track = new ArrayList<>();
|
||||
int total = files.length;
|
||||
|
|
Loading…
Reference in New Issue