Skip to content

Commit

Permalink
logs: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed Jun 3, 2024
1 parent 136feaa commit f61c841
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/WebOsVideo/WebOsVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ function WebOsVideo(options) {
answered = true;
var info = result.sourceInfo.programInfo[0];

console.log('sourceInfo after result aswered is true', info); // eslint-disable-line no-console

console.log('sourceInfo after result aswered is true', result); // eslint-disable-line no-console

setSubs(info);

Expand All @@ -258,7 +259,7 @@ function WebOsVideo(options) {

if ((result.error || {}).errorCode) {
answered = true;
console.error('luna playback error', result.error); // eslint-disable-line no-console
console.error('luna playback error', result); // eslint-disable-line no-console
unsubscribe(cb);
// unsubscribe();
// onVideoError();
Expand Down

0 comments on commit f61c841

Please sign in to comment.