removed commented code
Moritz Onken [Sun, 7 Jun 2009 11:49:58 +0000 (11:49 +0000)]
lib/Catalyst/Controller.pm

index 05165c1..6924405 100644 (file)
@@ -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 "'