Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
aa3d9910
authored
2014-01-03 10:49:30 -0500
by
David LaPalomento
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove debug logging
Get rid of console.log statements.
1 parent
454617f1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/videojs-hls.js
src/videojs-hls.js
View file @
aa3d991
...
...
@@ -91,7 +91,6 @@ var
if
(
buffered
)
{
// assuming a single, contiguous buffer region
bufferedTime
=
player
.
buffered
().
end
(
0
)
-
player
.
currentTime
();
console
.
log
(
'buffered time:'
,
bufferedTime
);
}
// if there is plenty of content in the buffer, relax for awhile
...
...
@@ -136,7 +135,6 @@ var
player
);
}
console
.
log
(
'finished downloading segment '
+
player
.
hls
.
currentMediaIndex
);
segmentXhr
=
null
;
player
.
hls
.
currentMediaIndex
++
;
}
...
...
Please
register
or
sign in
to post a comment