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

Suppression message debug

parent 263fc102
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@ export class SelectFieldCloisons extends SelectField {
*/
protected populate() {
const cloisonsNubs = Session.getInstance().getCloisonsNubs();
console.log(">> UAE populating entries − cloisons dispo", cloisonsNubs.length, cloisonsNubs);
for (const cl of cloisonsNubs) {
const e = new SelectEntry(cl.uid, cl);
this.addEntry(e);
......
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