Skip to content

Commit 90f754c

Browse files
committed
Chore: remove console.log debugging statement from comic fetch
1 parent 8170907 commit 90f754c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fetch/programmer-humour/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ async function fetchRandomComic() {
2424

2525
// Fetch the random comic
2626
const data = await fetchJson(`https://xkcd.now.sh/?comic=${randomNum}`);
27-
console.log('Fetched comic data:', data);
2827

2928
// Render comic
3029
container.innerHTML = '';

0 commit comments

Comments
 (0)