removed a leftover console log

This commit is contained in:
Tomás Correia
2025-10-28 22:17:18 +00:00
parent 7684a39b9c
commit 392304d4fc

View File

@@ -141,7 +141,6 @@ async function fetchProgramDetails(programID, axiosInstance) {
if (program.progName && program.channelSigla) { if (program.progName && program.channelSigla) {
const encodedTitle = encodeURIComponent(program.progName) const encodedTitle = encodeURIComponent(program.progName)
image = `https://proxycache.online.meo.pt/eemstb/ImageHandler.ashx?evTitle=${encodedTitle}&chCallLetter=${program.channelSigla}&profile=16_9&width=600` image = `https://proxycache.online.meo.pt/eemstb/ImageHandler.ashx?evTitle=${encodedTitle}&chCallLetter=${program.channelSigla}&profile=16_9&width=600`
console.log(image)
} }
const description = program.description || null const description = program.description || null