Parcourir la source

Remove obsolete console.log

phoboslab il y a 6 ans
Parent
révision
dc7e061b75
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 3
      jsmpeg.min.js
  2. 0 1
      src/fetch.js

Fichier diff supprimé car celui-ci est trop grand
+ 4 - 3
jsmpeg.min.js


+ 0 - 1
src/fetch.js Voir le fichier

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