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);