Skip to content

Commit f655856

Browse files
committed
remove console logs
1 parent 7750ab7 commit f655856

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/PlayerScripts.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ export const MAIN_SCRIPT = (
130130
showClosedCaptions_s,
131131
};
132132

133-
console.log({safeData});
134-
135133
const urlEncodedJSON = encodeURI(JSON.stringify(safeData));
136134

137135
const listParam = list ? `list: '${list}',` : '';
@@ -248,6 +246,5 @@ export const MAIN_SCRIPT = (
248246
</html>
249247
`;
250248

251-
console.log(htmlString);
252249
return {htmlString, urlEncodedJSON};
253250
};

0 commit comments

Comments
 (0)