From: Ævar Arnfjörð Bjarmason Date: Wed, 23 Sep 2009 17:36:51 +0000 (+0000) Subject: oops, removing debugging code X-Git-Tag: live~6674 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5a76b08868a8cc7b0b2b88beafb7995f8ed8da09 oops, removing debugging code --- diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index d2c0230a8..0439ed710 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -226,7 +226,6 @@ class AmfController < ApplicationController # Get help from i18n but delete it so we won't pass it around # twice for nothing help = localised["help_html"] - help = 'foo' localised.delete("help_html") return POTLATCH_PRESETS+[localised,help]