X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/551f96197c11a11cb2882afd551719b8e443b671..6ccf25b347d90b2ae7b1f2e2b5c8f042e0790a3b:/app/controllers/amf_controller.rb diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index a864d3dcf..9947a4eaa 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -1,4 +1,5 @@ class AmfController < ApplicationController +=begin require 'stringio' # to log: @@ -610,5 +611,5 @@ class AmfController < ApplicationController 180/Math::PI * (2*Math.atan(Math.exp(a*Math::PI/180))-Math::PI/2) end - +=end end