mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 00:16:21 +00:00
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
|
// add the selected albumid, if an album is selected, as a header
|
||||||
this.on('sending', function(file, xhr) {
|
this.on('sending', function(file, xhr) {
|
||||||
if (upload.album) {
|
if (upload.album) {
|
||||||
console.log(upload.album)
|
|
||||||
xhr.setRequestHeader('albumid', upload.album)
|
xhr.setRequestHeader('albumid', upload.album)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user