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

Commit 4918b33

Browse files
committed
bump to 0.0.10
1 parent 8c82634 commit 4918b33

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p2phls",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "BemTV Peer-to-Peer plugin for HTTP Live Streaming transmissions on Clappr Media Player",
55
"main": "dist/p2phls.js",
66
"author": "Flávio Ribeiro",

src/playback_info.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class PlaybackInfo extends BaseObject {
2525
updateData(metrics) {
2626
this.triggerStats(metrics)
2727
this.data = _.extend(this.data, metrics)
28-
console.log(this.data)
2928
}
3029

3130
timeoutFor(command) {

0 commit comments

Comments
 (0)