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() { ...@@ -655,7 +655,6 @@ test('does not download the next segment if the buffer is full', function() {
655 655
656 player.trigger('timeupdate'); 656 player.trigger('timeupdate');
657 657
658 console.log(requests);
659 strictEqual(requests.length, 1, 'no segment request was made'); 658 strictEqual(requests.length, 1, 'no segment request was made');
660 }); 659 });
661 660
......