TraitFor headers
[catagits/Catalyst-Runtime.git] / t / lib / TestAppDoubleAutoBug / Context.pm
index 6378a54..8e5bce4 100644 (file)
@@ -51,10 +51,5 @@ sub execute {
     return $c->SUPER::execute(@_);
 }
 
-after prepare_action => sub{
-    my $c = shift;
-    $c->res->header( 'X-Catalyst-Action' => $c->req->action );
-};
-
 1;