remove debugging

This commit is contained in:
Jacob 2023-07-01 12:36:52 +02:00
parent 6aad100966
commit 04f593fd2a

View file

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