瀏覽代碼

remove debug console.log

Onestay 7 年之前
父節點
當前提交
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)
 				}
 			});