Commit c4add24c by Félicie

console removed

parent 690698a1
Pipeline #2108 passed with stage
in 1 minute 31 seconds
......@@ -26,7 +26,6 @@ function load_member_infos(divId, memberId) {
traditional: true,
contentType: "application/json; charset=utf-8",
success: function(data) {
console.log(data.member)
if (divId === 'parentInfo') {
parentId = data.member.id;
parentName = data.member.barcode_base + ' ' + data.member.name
......@@ -425,7 +424,6 @@ $(document).ready(function() {
childName = data.member.barcode_base + ' - ' + data.member.name
childEmail = data.member.email
confirmDeletion(childId);
console.log(data)
},
error: function(data) {
err = {msg: "erreur serveur lors de la récupération des infos du membre", ctx: 'load_member_infos'};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment