Skip to content
Snippets Groups Projects
Commit d5ef05a1 authored by mathias.chouet's avatar mathias.chouet
Browse files

Removed debug method causing a bug ^^

parent e860b55b
No related branches found
No related tags found
1 merge request!57WIP: Resolve "Ajout du module "Passe à macro-rugosités complexe""
......@@ -219,16 +219,8 @@ export class FormulaireMacrorugoCompound extends FormulaireBase {
}
}
this.reset();
this.debugMRC();
break;
}
}
}
private debugMRC() {
console.log(`MRC: ${this.mrcNub.children.length} children`);
for (const c of this.mrcNub.children) {
console.log(` - ${c.uid} : ZF1=${c.prms.ZF1.singleValue}, B=${c.prms.B.singleValue}`);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment