5be1a83d by Gary Katsevman

remove unneeded comment

1 parent 680bc828
...@@ -122,6 +122,7 @@ module('HLS', { ...@@ -122,6 +122,7 @@ module('HLS', {
122 }; 122 };
123 xhrUrls = []; 123 xhrUrls = [];
124 }, 124 },
125
125 teardown: function() { 126 teardown: function() {
126 videojs.Flash.isSupported = oldFlashSupported; 127 videojs.Flash.isSupported = oldFlashSupported;
127 videojs.hls.supportsNativeHls = oldSupportsNativeHls; 128 videojs.hls.supportsNativeHls = oldSupportsNativeHls;
...@@ -129,7 +130,6 @@ module('HLS', { ...@@ -129,7 +130,6 @@ module('HLS', {
129 videojs.SourceBuffer = oldSourceBuffer; 130 videojs.SourceBuffer = oldSourceBuffer;
130 window.setTimeout = oldSetTimeout; 131 window.setTimeout = oldSetTimeout;
131 xhr.restore(); 132 xhr.restore();
132 //window.XMLHttpRequest = oldXhr;
133 } 133 }
134 }); 134 });
135 135
......