www/includes/db_recipes.php

changeset 711
0a1be3bfcc60
parent 710
9646123ea063
child 726
872a3635e4ef
--- a/www/includes/db_recipes.php	Wed Aug 19 17:13:24 2020 +0200
+++ b/www/includes/db_recipes.php	Fri Aug 21 10:55:36 2020 +0200
@@ -293,7 +293,7 @@
                         $yeast .= ',"y_pofpos":' . $item['y_pofpos'];
                         $yeast .= ',"y_zymocide":' . $item['y_zymocide'];
 			$yeast .= ',"y_cost":' . $item['y_cost'] . '}';
-			syslog(LOG_NOTICE, $yeast);
+			//syslog(LOG_NOTICE, $yeast);
 			$yeasts .= $yeast;
 		}
 	}
@@ -578,7 +578,7 @@
 					mysqli_free_result($result2);
 				}
 			}
-			syslog(LOG_NOTICE, json_encode($yeasts, JSON_UNESCAPED_UNICODE));
+			//syslog(LOG_NOTICE, json_encode($yeasts, JSON_UNESCAPED_UNICODE));
 			$recipes .= ',"yeasts":' . json_encode($yeasts, JSON_UNESCAPED_UNICODE);
 		} else {
 			// Just leave it.

mercurial