From 17c694a23c597a4dd993efd1d99fd71aa6bc2d50 Mon Sep 17 00:00:00 2001 From: Andreas Palm Date: Fri, 29 Mar 2024 21:29:58 +0100 Subject: [PATCH] Remove Bogx debug output --- www/pages/shopimporter_shopware6.php | 1 - 1 file changed, 1 deletion(-) diff --git a/www/pages/shopimporter_shopware6.php b/www/pages/shopimporter_shopware6.php index b84eccf8..868a456b 100644 --- a/www/pages/shopimporter_shopware6.php +++ b/www/pages/shopimporter_shopware6.php @@ -3825,7 +3825,6 @@ class Shopimporter_Shopware6 extends ShopimporterBase return; $bogxdata = $lineItem['attributes']['payload']['bogxProductConfigurator']; - file_put_contents("/var/www/bogx", print_r($lineItem['attributes'], true)); $textlines = []; if (isset($bogxdata['ordercode']))