X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/73c26a9e27ac539457fe92f13e5548ae35dadd35..6ff27683f4db6c02be0b39bd643572fda7db59fd:/SL/ShopConnector/WooCommerce.pm diff --git a/SL/ShopConnector/WooCommerce.pm b/SL/ShopConnector/WooCommerce.pm index d6e23f77a..77aea400b 100644 --- a/SL/ShopConnector/WooCommerce.pm +++ b/SL/ShopConnector/WooCommerce.pm @@ -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,