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

Commit

Permalink
cleanup some debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tardate committed Jan 2, 2010
1 parent da856c3 commit df18c66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/authlogic_rpx/acts_as_authentic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ module Methods
# Set up some simple validations
def self.included(klass)
klass.class_eval do
RAILS_DEFAULT_LOGGER.info "account_mapping_mode_value = #{account_mapping_mode_value}"
RAILS_DEFAULT_LOGGER.info "account_mapping_mode_used = #{account_mapping_mode_used}"

case
when using_no_mapping?
Expand Down

0 comments on commit df18c66

Please sign in to comment.