Browse Source

Minor - Fix typo - Remove error_log() left by mistake

Yannick Warnier 9 years ago
parent
commit
1ddae2011b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/auth/profile.php

+ 0 - 1
main/auth/profile.php

@@ -309,7 +309,6 @@ if (is_platform_authentication() &&
 
     $checkPass = api_get_setting('allow_strength_pass_checker');
     if ($checkPass == 'true') {
-        error_log('Adding label');
         $form->addElement('label', null, '<div id="password_progress"></div>');
     }
     $form->addElement('password', 'password2', get_lang('Confirmation'), array('size' => 40));