remove debug console.log
This commit is contained in:
parent
cf6a396730
commit
07f1b1ca3c
|
@ -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)
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue