소스 검색

remove debug console.log

Onestay 8 년 전
부모
커밋
07f1b1ca3c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)
 				}
 			});