From d5ef05a1cc013fb67fc9fffb1f81aa89f2d418f6 Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Thu, 29 Aug 2019 11:34:53 +0200 Subject: [PATCH] Removed debug method causing a bug ^^ --- .../definition/concrete/form-macrorugo-compound.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/formulaire/definition/concrete/form-macrorugo-compound.ts b/src/app/formulaire/definition/concrete/form-macrorugo-compound.ts index 7f495c4d7..a1739d5cd 100644 --- a/src/app/formulaire/definition/concrete/form-macrorugo-compound.ts +++ b/src/app/formulaire/definition/concrete/form-macrorugo-compound.ts @@ -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}`); - } - } } -- GitLab