Skip to content

Commit

Permalink
remove missing consol logs
Browse files Browse the repository at this point in the history
  • Loading branch information
LimeDrive committed Sep 30, 2024
1 parent c5373b9 commit b3f0334
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stream_fusion/static/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,6 @@ function getLink(method) {
return false;
}

console.log("Données avant encodage :", JSON.parse(JSON.stringify(data)));

const encodedData = btoa(JSON.stringify(data));
const stremio_link = `${window.location.host}/${encodedData}/manifest.json`;

Expand Down

0 comments on commit b3f0334

Please sign in to comment.