From: Moritz Onken Date: Sun, 7 Jun 2009 11:49:58 +0000 (+0000) Subject: removed commented code X-Git-Tag: 5.80006~36^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a8f4e833e16a5d2f034afbaf3a94ecdb475ec9cb removed commented code --- diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index 05165c1..6924405 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -214,7 +214,6 @@ sub register_action_methods { foreach my $method (@methods) { my $name = $method->name; my $attributes = $method->attributes; - #next unless $attributes; my $attrs = $self->_parse_attrs( $c, $name, @{ $attributes } ); if ( $attrs->{Private} && ( keys %$attrs > 1 ) ) { $c->log->debug( 'Bad action definition "'