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 d6e23f7..77aea40 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,