diff options
Diffstat (limited to 'app/controllers/api')
| -rw-r--r-- | app/controllers/api/v1/chouette_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/api/v1/chouette_controller.rb b/app/controllers/api/v1/chouette_controller.rb index 81851013c..b8879cd3f 100644 --- a/app/controllers/api/v1/chouette_controller.rb +++ b/app/controllers/api/v1/chouette_controller.rb @@ -10,8 +10,6 @@ private def authenticate authenticate_or_request_with_http_token do |token, options| - puts "token=#{token}" - puts "Api::V1::ApiKey.all.map(&:token)=#{Api::V1::ApiKey.all.map(&:token).join(',')}" @referential = Api::V1::ApiKey.referential_from_token(token) @api_key = @referential.api_keys.find_by_token(token) if @referential |
