From: soufiane Date: Fri, 16 Jun 2023 09:18:09 +0000 (+0200) Subject: wait #6040 @0:01 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=85272de157cc942a7cf21015c307c1a81ecb93b0;p=pmi.git wait #6040 @0:01 --- diff --git a/resources/js/app.js b/resources/js/app.js index 82ff11c..83b17c8 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -414,7 +414,6 @@ const app = new Vue({ target.removeAttribute('disabled') }, 150) - console.log('add addresses',this.addresses) }, update(id) { let root = this, @@ -442,8 +441,6 @@ const app = new Vue({ .then(function (response) { root.removeErrorsForm() root.validateAction = true - - console.log('update addresses',root.addresses) }) .catch(function (error) { root.errorHandling(error, root, formId)