Remove unnecessary line

This commit is contained in:
Régis Hanol 2018-10-19 15:48:48 +02:00 committed by GitHub
parent b69652278f
commit 8b20e2500a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ EOM
break if users.empty?
last_user_id = users[-1]["userid"]
before = users.size
users.reject! { |u| @lookup.user_already_imported?(u["userid"]) }
create_users(users, total: user_count, offset: offset) do |user|