remove debugging code from Product.t
This commit is contained in:
parent
1346008650
commit
311ee8db1c
1 changed files with 0 additions and 1 deletions
|
|
@ -495,7 +495,6 @@ Overriding the method from Sku so that the user can configure it.
|
||||||
|
|
||||||
sub isShippingRequired {
|
sub isShippingRequired {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
$self->session->log->warn('is shipping required: '.$self->get('isShippingRequired'));
|
|
||||||
return $self->get('isShippingRequired');
|
return $self->get('isShippingRequired');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue