www/includes/db_product.php

changeset 517
37cae59e4d8d
parent 515
9d771385a8a0
child 518
00e110567fee
--- a/www/includes/db_product.php	Thu Oct 17 16:09:53 2019 +0200
+++ b/www/includes/db_product.php	Thu Oct 17 20:46:48 2019 +0200
@@ -441,7 +441,7 @@
 		}
 	}
 	$yeasts .= ']';
-	syslog(LOG_NOTICE, $yeasts);
+	//syslog(LOG_NOTICE, $yeasts);
 	$sql .= "', json_yeasts='" . $yeasts;
 
 	$mashs = '[';
@@ -943,7 +943,6 @@
 					mysqli_free_result($result2);
 				}
 			}
-			syslog(LOG_NOTICE, json_encode($yeasts, JSON_UNESCAPED_UNICODE));
 			$brew .= ',"yeasts":' . json_encode($yeasts, JSON_UNESCAPED_UNICODE);
 		} else {
 			// Just leave it

mercurial