We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8170907 commit 90f754cCopy full SHA for 90f754c
fetch/programmer-humour/script.js
@@ -24,7 +24,6 @@ async function fetchRandomComic() {
24
25
// Fetch the random comic
26
const data = await fetchJson(`https://xkcd.now.sh/?comic=${randomNum}`);
27
- console.log('Fetched comic data:', data);
28
29
// Render comic
30
container.innerHTML = '';
0 commit comments