Skip to content

Commit f26b0e3

Browse files
committed
Export caltos: suppression de la bannière 'expérimental'.
1 parent 1a1bef9 commit f26b0e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/ide_injections.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ function malg2other(lang, src) {
498498
var exported_src = cleanTransient(EMULISP_CORE.eval(source_preparee).toString());
499499
EMULISP_CORE.init();
500500
EMULISP_CORE.eval(getLispSource('microalg'));
501-
exported_src = "Attention, fonctionnalité encore expérimentale !\n\n" + exported_src;
502501
return exported_src;
503502
}
504503
}

0 commit comments

Comments
 (0)