Merge "Followup to I5b47e5a"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 15 Nov 2016 03:05:00 +0000 (03:05 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 15 Nov 2016 03:05:00 +0000 (03:05 +0000)
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 ) );