Skip to content

Commit

Permalink
Update otfindexer.php
Browse files Browse the repository at this point in the history
Remove unused echo
  • Loading branch information
n0kit31 authored Apr 19, 2019
1 parent 484a320 commit a4d29b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]);
}
Expand Down

0 comments on commit a4d29b4

Please sign in to comment.