diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index c1f7ef29..843e7bb8 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -487,7 +487,7 @@ function showTest() try { $product = WooCommerce::find('products', $codarticolo); - print_r($product); + // print_r($product); // $product = Product::all(); // $product = Product::where('sku', $codarticolo)->first(); } catch (\Exception $e) {