--- lib/Arh/View/UnitPictures.pm 2007/12/10 15:16:52 29 +++ lib/Arh/View/UnitPictures.pm 2007/12/10 15:51:52 30 @@ -130,7 +130,7 @@ template 'fragment' => sub { my ( $self, $unit ) = @_; - warn "## unit = ", dump( $unit ); + #warn "## unit = ", dump( $unit ); my $unitpictures = Arh::Model::UnitPictureCollection->new; $unitpictures->limit( column => 'unit', value => $unit->id );