FIX: leftover debug statement

This commit is contained in:
Robin Ward 2018-04-30 14:41:11 -04:00
parent e21a4ce1dd
commit 079caf08d6
1 changed files with 0 additions and 2 deletions

View File

@ -222,8 +222,6 @@ describe UserAnonymizer do
expect(delete_history.reload.ip_address).to eq(anon_ip)
expect(user_history.reload.ip_address).to eq(anon_ip)
expect(user_profile_view.reload.ip_address).to eq(anon_ip)
expect("failed").to eq("success")
end
end