Explorar o código

remove debug console.log

Onestay %!s(int64=7) %!d(string=hai) anos
pai
achega
07f1b1ca3c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      public/js/home.js

+ 0 - 1
public/js/home.js

@@ -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)
 				}
 			});