registration: Improve duplicate config setting exception
[lhc/web/wiklou.git] / maintenance / migrateComments.php
index cb72c1e..cdecab0 100644 (file)
@@ -282,7 +282,6 @@ class MigrateComments extends LoggedUpdateMaintenance {
                        // Calculate the "next" condition
                        $next = [ $primaryKey . ' > ' . $dbw->addQuotes( $row->$primaryKey ) ];
                        $this->output( "... {$row->$primaryKey}\n" );
-                       wfWaitForSlaves();
                }
 
                $this->output(