Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCpp committed May 22, 2021
1 parent 7750ab7 commit f655856
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/PlayerScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ export const MAIN_SCRIPT = (
showClosedCaptions_s,
};

console.log({safeData});

const urlEncodedJSON = encodeURI(JSON.stringify(safeData));

const listParam = list ? `list: '${list}',` : '';
Expand Down Expand Up @@ -248,6 +246,5 @@ export const MAIN_SCRIPT = (
</html>
`;

console.log(htmlString);
return {htmlString, urlEncodedJSON};
};

0 comments on commit f655856

Please sign in to comment.