Linker: Remove some else statements, and unnecessary temporary variables
[lhc/web/wiklou.git] / maintenance / cleanupPreferences.php
index b24d72d..a52ce17 100644 (file)
@@ -118,7 +118,6 @@ class CleanupPreferences extends Maintenance {
                        $numRows = $res->numRows();
                        $total += $numRows;
                        if ( $res->numRows() <= 0 ) {
-                               // All done!
                                $this->output( "DONE! (handled $total entries)\n" );
                                break;
                        }