Skip to content

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhooper committed Oct 11, 2023
1 parent e0712c6 commit 3c718b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/controllers/idv/phone_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def new

render 'shared/wait' and return if async_state.in_progress?

# TODO: Fix this
return if confirm_not_rate_limited_for_phone_address_verification

if async_state.none?
Expand Down
1 change: 0 additions & 1 deletion spec/controllers/concerns/rate_limit_concern_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def update
end
end

# TODO: Make this more sophisticated
context 'with proof_address rate_limiter (PhoneStep)' do
context 'when the user is phone rate limited' do
before do
Expand Down

0 comments on commit 3c718b3

Please sign in to comment.