Merge "Followup to I5b47e5a"
[lhc/web/wiklou.git] / includes / specials / SpecialPasswordReset.php
index 82abccf..5e5f2f1 100644 (file)
@@ -170,8 +170,6 @@ class SpecialPasswordReset extends FormSpecialPage {
 
        public function onSuccess() {
                if ( $this->getUser()->isAllowed( 'passwordreset' ) && $this->passwords ) {
-                       // @todo Logging
-
                        if ( $this->result->isGood() ) {
                                $this->getOutput()->addWikiMsg( 'passwordreset-emailsent-capture2',
                                        count( $this->passwords ) );