[fix] forget to remove console.log

This commit is contained in:
Knah Tsaeb 2015-09-25 12:08:37 +02:00
parent 6c102dfac0
commit ac805fd6c4
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ function populateList(arr, e, dir) {
audio.load();
audio.play();
track = parseInt(this.id);
console.log(this);
if (mime == 'audio/mpeg' || mime == 'audio/aac') {
ID3.loadTags(file, function() {
var tags = ID3.getAllTags(file);