Browse Source

Remove log statement

Don't include unnecessary debugging statements, even during tests.
pull/80/head
David LaPalomento 11 years ago
parent
commit
bc1df9e280
  1. 1
      test/videojs-hls_test.js

1
test/videojs-hls_test.js

@ -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');
});

Loading…
Cancel
Save