Kill irritating warning
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Action / ConfigSmashArrayRefs.pm
index c226dde..5f77f41 100644 (file)
@@ -14,7 +14,6 @@ __PACKAGE__->config(
 
 sub _parse_CustomAttr_attr {
     my ($self, $app, $name, $value) = @_;
-    warn $value;
     return CustomAttr => "PoopInYourShoes";
 }