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