Skip to content

Commit

Permalink
remove debugger; rebuild bundle; change version; #6091
Browse files Browse the repository at this point in the history
  • Loading branch information
otmjka committed Aug 14, 2018
1 parent b796cb3 commit 1b9d942
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/FlussonicMsePlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,6 @@ var WS1 = function () {
var commandStr = utc === LIVE ? WS_COMMAND_SEEK_LIVE : WS_COMMAND_SEEK;
_logger.logger.log('' + commandStr + utc);
this.websocket.send('' + commandStr + utc);
debugger;
};

WS1.prototype.setTracks = function setTracks(videoTrack, audioTrack) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flussonic/flussonic-mse-player",
"version": "18.08.1",
"version": "18.08.2",
"description": "Media Source Extension support for Flussonic.",
"main": "./dist/FlussonicMsePlayer.js",
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion src/controllers/ws.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default class WS1 {
: WS_COMMAND_SEEK
logger.log(`${commandStr}${utc}`)
this.websocket.send(`${commandStr}${utc}`)
debugger
}

setTracks(videoTrack, audioTrack) {
Expand Down

0 comments on commit 1b9d942

Please sign in to comment.