remove debug console.log

This commit is contained in:
Onestay 2017-04-23 15:22:14 +02:00
parent cf6a396730
commit 07f1b1ca3c
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ upload.prepareDropzone = function(){
// add the selected albumid, if an album is selected, as a header
this.on('sending', function(file, xhr) {
if (upload.album) {
console.log(upload.album)
xhr.setRequestHeader('albumid', upload.album)
}
});