Commented debug logs again.

Thu, 17 Oct 2019 20:46:48 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 17 Oct 2019 20:46:48 +0200
changeset 517
37cae59e4d8d
parent 516
28670364bd0c
child 518
00e110567fee

Commented debug logs again.

www/includes/db_product.php file | annotate | diff | comparison | revisions
--- 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