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

Remove comment

parent 0938e29f
No related branches found
No related tags found
1 merge request!57WIP: Resolve "Ajout du module "Passe à macro-rugosités complexe""
......@@ -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 => {
......
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