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"]); }