Browse Source

Remove obsolete console.log

phoboslab 6 years ago
parent
commit
dc7e061b75
2 changed files with 4 additions and 4 deletions
  1. 4 3
      jsmpeg.min.js
  2. 0 1
      src/fetch.js

File diff suppressed because it is too large
+ 4 - 3
jsmpeg.min.js


+ 0 - 1
src/fetch.js View File

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