Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pencil committed Feb 2, 2013
1 parent 13c1d67 commit 212d077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/casino_core/processor/api/service_ticket_provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def handle_ticket_granting_ticket
begin
create_service_ticket
callback_granted_service_ticket
rescue ServiceNotAllowedError => e
rescue ServiceNotAllowedError
callback_service_not_allowed
end
when (@service_url and not @ticket_granting_ticket)
Expand Down

0 comments on commit 212d077

Please sign in to comment.