From: Jean-Marc Pigeon (Delson) Date: Wed, 27 Aug 2025 16:44:09 +0000 (-0400) Subject: comment out debug line within unienv.php X-Git-Tag: end-0.15~60 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=e9bb6dd2a30eb3241049bf535e296ae3c2dd47ef;p=jmp%2Fmailleur comment out debug line within unienv.php --- diff --git a/www/unienv.php b/www/unienv.php index 89cc2ad..4d22745 100644 --- a/www/unienv.php +++ b/www/unienv.php @@ -12,7 +12,7 @@ $env_file_path="/etc/mailleur/mailleur.conf"; $phase=0; $proceed=true; while ($proceed==true) { - echo ("unienv.c:loadenv JMPDBG phase='$phase'\n"); + //echo ("unienv.c:loadenv JMPDBG phase='$phase'\n"); switch ($phase) { case 0 : //checking if file exist if(!is_file($env_file_path)){