2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

FIX: leftover debug statement

This commit is contained in:
Robin Ward 2018-04-30 14:41:11 -04:00
parent e21a4ce1dd
commit 079caf08d6

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