From d1d530b192dd7953d76f9603aa1c02d7eeaa12d3 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 16 Jul 2013 10:44:04 -0300 Subject: [PATCH] [macro-support-review] Removing unnecessary hot spot --- lib/noosfero/plugin.rb | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) diff --git a/lib/noosfero/plugin.rb b/lib/noosfero/plugin.rb index 6fb1ef5..3b51b14 100644 --- a/lib/noosfero/plugin.rb +++ b/lib/noosfero/plugin.rb @@ -532,11 +532,6 @@ class Noosfero::Plugin # returns = string with reason of expiration elsif method.to_s =~ /^content_expire_(#{content_actions.join('|')})$/ nil - # -> Answers to a specific macro - # expects: params, inner_html, content - # returns = html_code - elsif method.to_s =~ /^macro_(.+)$/ - nil else super end -- libgit2 0.21.2