]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Shop: Woocommerce Debug raus
authorWerner Hahn <wh@futureworldsearch.net>
Fri, 25 Jun 2021 07:06:50 +0000 (09:06 +0200)
committerWerner Hahn <wh@futureworldsearch.net>
Fri, 25 Jun 2021 07:06:50 +0000 (09:06 +0200)
SL/ShopConnector/WooCommerce.pm

index d6e23f77aed357e8423165318b0fcd1576ebe9cb..77aea400b3898f1d2982614e966ad62e2a273fd1 100644 (file)
@@ -527,7 +527,6 @@ sub send_request {
   my %return;
   if($answer->is_success && $type eq 'application/json'){
     my $data_json = $answer->content;
-    $main::lxdebug->dump(0, 'WH: JSON ', $data_json);
     my $json = SL::JSON::decode_json($data_json);
     %return = (
       success => 1,