From a4d29b4665fec2b28b59d8fbe8ad1103cfde7a31 Mon Sep 17 00:00:00 2001 From: Marcin Krzyzanowski Date: Fri, 19 Apr 2019 10:57:46 +0200 Subject: [PATCH] Update otfindexer.php Remove unused echo --- magmi/plugins/extra/itemprocessors/itemindexer/otfindexer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/magmi/plugins/extra/itemprocessors/itemindexer/otfindexer.php b/magmi/plugins/extra/itemprocessors/itemindexer/otfindexer.php index 51c686e7..180f854d 100644 --- a/magmi/plugins/extra/itemprocessors/itemindexer/otfindexer.php +++ b/magmi/plugins/extra/itemprocessors/itemindexer/otfindexer.php @@ -247,7 +247,6 @@ public function builProductUrlRewrite($pid, $dorewrite=false, $store) } // see what we get as available product attributes foreach ($result as $row) { - echo $row; if ($row["attribute_code"] == "url_key") { $pburlk = nullifempty($row["value"]); }