mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
remove logging
This commit is contained in:
parent
24d8b21901
commit
2f3cf1441a
|
|
@ -41,7 +41,6 @@ $('.save-recipe').on('click', function(e)
|
|||
|
||||
if (Grocy.EditMode == 'create')
|
||||
{
|
||||
console.log(jsonData);
|
||||
Grocy.Api.Post('objects/recipes', jsonData,
|
||||
(result) => saveRecipePicture(result, location, jsonData));
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@
|
|||
}
|
||||
jsonData.price = price;
|
||||
jsonData.qu_factor_purchase_to_stock = jsonForm.qu_factor_purchase_to_stock;
|
||||
console.log(jsonForm);
|
||||
console.log(jsonData);
|
||||
|
||||
jsonData.open = $("#open").is(":checked");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user