Revision 3e44c8fe
Von Tamino Steinert vor 11 Monaten hinzugefügt
SL/Controller/File.pm | ||
---|---|---|
94 | 94 |
|
95 | 95 |
sub action_list { |
96 | 96 |
my ($self) = @_; |
97 |
$main::lxdebug->dump(0, "TST: action_list", 1); |
|
98 |
|
|
99 | 97 |
|
100 | 98 |
my $is_json = 0; |
101 | 99 |
$is_json = 1 if $::form->{json}; |
... | ... | |
423 | 421 |
object_type => \@object_types, |
424 | 422 |
file_type => $self->file_type, |
425 | 423 |
); |
426 |
$main::lxdebug->dump(0, "TST: files", \@files); |
|
427 | 424 |
|
428 | 425 |
$self->files(\@files); |
429 | 426 |
|
SL/ShopConnector/WooCommerce.pm | ||
---|---|---|
539 | 539 |
message => "Error: $status_line", |
540 | 540 |
); |
541 | 541 |
} |
542 |
#$main::lxdebug->dump(0, "TST: WooCommerce send_request return ", \%return); |
|
543 | 542 |
return \%return; |
544 | 543 |
|
545 | 544 |
} |
Auch abrufbar als: Unified diff
Entferne Debug Statements