From f32692c20a378afd113e51031eac1474db455622 Mon Sep 17 00:00:00 2001 From: saurabhbhatia Date: Wed, 27 Nov 2013 20:30:01 +0800 Subject: [PATCH] Removed logger --- app/controllers/application_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 1423c1d6..dedb3d0b 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -451,7 +451,6 @@ class ApplicationController < ActionController::Base def after_sign_in_path_for(resource) if current_user.email.blank? - Rails.logger.info"@@@@@@@"+current_user.inspect admin_users_new_interface_edit_user_data_path(current_user) else root_path