bc1df9e2 by David LaPalomento

Remove log statement

Don't include unnecessary debugging statements, even during tests.
1 parent 4b3dcf60
......@@ -655,7 +655,6 @@ test('does not download the next segment if the buffer is full', function() {
player.trigger('timeupdate');
console.log(requests);
strictEqual(requests.length, 1, 'no segment request was made');
});
......