Fix the logic somewhat
[catagits/Catalyst-Runtime.git] / t / lib / TestAppCustomContainer / Model / Baz.pm
index fa475e6..2efb1f5 100644 (file)
@@ -4,12 +4,6 @@ extends 'Catalyst::Model';
 with 'TestAppCustomContainer::Role::HoldsFoo',
      'TestAppCustomContainer::Role::ACCEPT_CONTEXT';
 
-sub BUILD {
-    my ( $self ) = @_;
-
-    $self->foo->inc_baz_got_it;
-}
-
 __PACKAGE__->meta->make_immutable;
 
 no Moose;