remove debugging code from Product.t

This commit is contained in:
Colin Kuskie 2008-07-31 03:22:58 +00:00
parent 1346008650
commit 311ee8db1c

View file

@ -495,7 +495,6 @@ Overriding the method from Sku so that the user can configure it.
sub isShippingRequired {
my $self = shift;
$self->session->log->warn('is shipping required: '.$self->get('isShippingRequired'));
return $self->get('isShippingRequired');
}