X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType%2FChained.pm;fp=lib%2FCatalyst%2FDispatchType%2FChained.pm;h=b74c29d88edeb298ec7e7344ee6e783c33412d16;hp=2ac8c0c261925143b4c29c034ec5764768b24fba;hb=718a1619e553805a9f1ecade8b2b0231275909f3;hpb=0d0d19ed00b7f86a716558d34a5a8d810d074d3a diff --git a/lib/Catalyst/DispatchType/Chained.pm b/lib/Catalyst/DispatchType/Chained.pm index 2ac8c0c..b74c29d 100644 --- a/lib/Catalyst/DispatchType/Chained.pm +++ b/lib/Catalyst/DispatchType/Chained.pm @@ -289,8 +289,6 @@ sub recurse_match { else { { local $c->req->{arguments} = [ @{$c->req->args}, @parts ]; -warn $action; - next TRY_ACTION unless $action->match($c); } my $args_attr = $action->attributes->{Args}->[0];