Skip to content

Commit

Permalink
Cleaning up pry. Friday ._.
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotos committed Jun 22, 2012
1 parent 31d0367 commit 1f86eec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/casserver/server.rb
Expand Up @@ -365,8 +365,6 @@ def self.init_database!

# 2.1.1
get "#{uri_path}/login" do
require 'pry'
binding.pry
CASServer::Utils::log_controller_action(self.class, params)

# make sure there's no caching
Expand Down Expand Up @@ -813,8 +811,6 @@ def confirm_authentication!(username, service = nil, *args)
@st = generate_service_ticket(service, username, tgt)

begin
require 'pry'
binding.pry
service_with_ticket = service_uri_with_ticket(service, @st)

$LOG.info("Redirecting authenticated user '#{username}' at '#{@st.client_hostname}' to service '#{service}'")
Expand Down

0 comments on commit 1f86eec

Please sign in to comment.