logging the songchanges

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-16 12:34:14 +02:00
parent 36ef9b63ae
commit 5b13ae1a58

View File

@@ -343,6 +343,8 @@ function change_song(coll, id)
guids:[]
}}, function(err, docs)
{
console.log(err);
console.log(docs);
change_song_post(coll);
});
}else{
@@ -353,6 +355,8 @@ function change_song(coll, id)
guids:[]
}}, function(err, docs)
{
console.log(err);
console.log(docs);
change_song_post(coll);
});
}