From: Werner Hahn Date: Fri, 25 Jun 2021 07:06:50 +0000 (+0200) Subject: Shop: Woocommerce Debug raus X-Git-Tag: kivitendo-mebil_0.1-0~9^2~133 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0f521b3d8ea765b3e39f2f817e5f4f97a23d562c;p=kivitendo-erp.git Shop: Woocommerce Debug raus --- 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,