Cleanup some comments related to DB replication
[lhc/web/wiklou.git] / maintenance / resetUserTokens.php
index 235b37f..284db2c 100644 (file)
@@ -68,7 +68,6 @@ class ResetUserTokens extends Maintenance {
                }
 
                // We list user by user_id from one of the replica DBs
-               // We list user by user_id from one of the slave database
                $dbr = $this->getDB( DB_REPLICA );
 
                $where = [];