Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
bump to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioribeiro committed Oct 12, 2014
1 parent 8c82634 commit 4918b33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p2phls",
"version": "0.0.9",
"version": "0.0.10",
"description": "BemTV Peer-to-Peer plugin for HTTP Live Streaming transmissions on Clappr Media Player",
"main": "dist/p2phls.js",
"author": "Flávio Ribeiro",
Expand Down
1 change: 0 additions & 1 deletion src/playback_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class PlaybackInfo extends BaseObject {
updateData(metrics) {
this.triggerStats(metrics)
this.data = _.extend(this.data, metrics)
console.log(this.data)
}

timeoutFor(command) {
Expand Down

0 comments on commit 4918b33

Please sign in to comment.