Followup to I5b47e5a
authorGergő Tisza <gtisza@wikimedia.org>
Tue, 15 Nov 2016 02:39:44 +0000 (02:39 +0000)
committerGergő Tisza <gtisza@wikimedia.org>
Tue, 15 Nov 2016 02:39:44 +0000 (02:39 +0000)
We have logging now, just not in this class.

Change-Id: Idd3c2cbcc22d06428740f9310a8116ce6f1fa355

includes/specials/SpecialPasswordReset.php

index 9746ef6..1da8c16 100644 (file)
@@ -164,8 +164,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 ) );