removed warning;
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
index 5ee38e9..8c86df0 100644 (file)
@@ -272,8 +272,6 @@ sub execute {
 sub match {
     my ( $self, $c ) = @_;
 
-    warn $self->reverse;
-
     # If infinite args, we always match
     return 1 if $self->normalized_arg_number == ~0;