From ebd072b4e196a1ccbdb463118a36cb52a26c3958 Mon Sep 17 00:00:00 2001 From: Tilman Date: Fri, 30 Jun 2023 15:29:29 +0200 Subject: [PATCH] commit --- index.twig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/index.twig b/index.twig index 5a924d3..f750849 100644 --- a/index.twig +++ b/index.twig @@ -188,12 +188,8 @@ // read podcast list fetch('{{ assets_url }}/podcasts.txt').then( - - console.log('{{ assets_url }}'); - console.log('{{ base_url }}'); - console.log('{{ url }}'); - function(response) { + if (response.status !== 200) { console.log('Problem fetching podcast list. Status code: ' + response.status); return;