diff --git a/src/app/services/formulaire/formulaire.service.ts b/src/app/services/formulaire/formulaire.service.ts index 17ca8900a321b0a86d8262d7ce689a3402a58cb0..dd372d615e51f2d64a6c1d2602dd4dc54d6e8c9c 100644 --- a/src/app/services/formulaire/formulaire.service.ts +++ b/src/app/services/formulaire/formulaire.service.ts @@ -409,18 +409,6 @@ export class FormulaireService extends Observable { f.pabNub.downWall = newDownWall; } - // @TODO add aprons for existing Aprons if needed - // (when loading session only) - /* if (f.currentNub instanceof MacrorugoCompound) { - for (const struct of f.currentNub.structures) { - for (const e of f.allFormElements) { - if (e instanceof FieldsetContainer) { // @TODO manage many containers one day ? - e.addFromTemplate(0, undefined, struct); - } - } - } - } */ - return f; }).then(fi => {