From 04f593fd2ab8d55bc88d5132022848542c876ec4 Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 1 Jul 2023 12:36:52 +0200 Subject: [PATCH] remove debugging --- blog.php | 1 - 1 file changed, 1 deletion(-) diff --git a/blog.php b/blog.php index 807770d..dfe38c8 100644 --- a/blog.php +++ b/blog.php @@ -302,7 +302,6 @@ if ( $action === 'home') { if (file_get_contents('rss.xml') != $rss) { file_put_contents('rss.xml', $rss); - echo "GNU"; } } else { // convert the page and view it $html .= empty($text) ? '' : toHTML($text);