Remove "debug" JS output

This commit is contained in:
Bernd Bestel
2018-11-21 19:16:06 +01:00
parent 306d0f7da6
commit dd48be595c

View File

@@ -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();
}
}