DEV: Remove stray debug logging (#12389)

This commit is contained in:
Daniel Waterworth 2021-03-12 12:52:07 -06:00 committed by GitHub
parent 1c672c97d3
commit ca436e429b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2098,7 +2098,6 @@ describe User do
user.reload
expect(user.secondary_emails.count).to eq(1)
user.email = secondary_email_record.email
puts "done setting"
user.save!
expect(User.find(user.id).email).to eq(secondary_email_record.email)