From 8c10e0cb9236bb60c86eb83502020752008bfbc8 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 14 Nov 2008 17:07:51 +0000 Subject: [PATCH] - LSformElement_password_field : Suppression d'un debug inutil --- trunk/includes/js/LSformElement_password_field.js | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/includes/js/LSformElement_password_field.js b/trunk/includes/js/LSformElement_password_field.js index b2fdc2b0..882e7426 100644 --- a/trunk/includes/js/LSformElement_password_field.js +++ b/trunk/includes/js/LSformElement_password_field.js @@ -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(); },