mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 17:10:11 +00:00
Remove "debug" JS output
This commit is contained in:
@@ -108,7 +108,6 @@ Grocy.Components.ProductPicker.GetPicker().on('change', function(e)
|
||||
Grocy.FrontendHelpers.ValidateForm('purchase-form');
|
||||
if (GetUriParam("flow") === "shoppinglistitemtostock" && BoolVal(Grocy.UserSettings.shopping_list_to_stock_workflow_auto_submit_when_prefilled) && document.getElementById("purchase-form").checkValidity() === true)
|
||||
{
|
||||
console.log("hey");
|
||||
$("#save-purchase-button").click();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user