瀏覽代碼

Remove obsolete console.log

phoboslab 6 年之前
父節點
當前提交
dc7e061b75
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 4 3
      jsmpeg.min.js
  2. 0 1
      src/fetch.js

文件差異過大導致無法顯示
+ 4 - 3
jsmpeg.min.js


+ 0 - 1
src/fetch.js 查看文件

@@ -27,7 +27,6 @@ FetchSource.prototype.start = function() {
27 27
 	};
28 28
 	
29 29
 	self.fetch(this.url, params).then(function(res) {
30
-		console.log(res.value);
31 30
 		if (res.ok && (res.status >= 200 && res.status <= 299)) {
32 31
 			this.progress = 1;
33 32
 			this.established = true;