- LSformElement_password_field : Suppression d'un debug inutil

This commit is contained in:
Benjamin Renard 2008-11-14 17:07:51 +00:00
parent 259cd4111e
commit 8c10e0cb92

View file

@ -3,7 +3,6 @@ var LSformElement_password_field = new Class({
this.name = name;
this.input = input;
this.params = varLSdefault.getParams(this.name);
LSdebug(this.params);
this.initialiseLSformElement_password_field();
},