# HG changeset patch # User Michiel Broek # Date 1407685322 -7200 # Node ID 8976069c6b292cb35fd7a2197614f3cdaeaf4c54 # Parent c5b1dfd83e81ce0b352c765454ea859752f475db Removed debugging output diff -r c5b1dfd83e81 -r 8976069c6b29 www-thermferm/index.php --- a/www-thermferm/index.php Sun Aug 10 17:25:50 2014 +0200 +++ b/www-thermferm/index.php Sun Aug 10 17:42:02 2014 +0200 @@ -239,9 +239,3 @@ $outstr .= ''.PHP_EOL; echo $outstr; - -echo "_GET "; -print_r ($_GET); -echo "
_POST "; -print_r ($_POST); -