X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FAction%2FConfigSmashArrayRefs.pm;h=5f77f4190a236f3654a3af5de5fe096a9e3c672e;hb=HEAD;hp=c226ddeabf8d67d860fa1c93a42e362189f23b39;hpb=e95b2b4905a83f68aeb8fde8dac3c1e7db141b4c;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestApp/Controller/Action/ConfigSmashArrayRefs.pm b/t/lib/TestApp/Controller/Action/ConfigSmashArrayRefs.pm index c226dde..5f77f41 100644 --- a/t/lib/TestApp/Controller/Action/ConfigSmashArrayRefs.pm +++ b/t/lib/TestApp/Controller/Action/ConfigSmashArrayRefs.pm @@ -14,7 +14,6 @@ __PACKAGE__->config( sub _parse_CustomAttr_attr { my ($self, $app, $name, $value) = @_; - warn $value; return CustomAttr => "PoopInYourShoes"; }