Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
kenguest committed May 13, 2020
1 parent 80dc196 commit d7c1e9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Services/OpenStreetMap/Way.php
Expand Up @@ -197,9 +197,6 @@ public function osmChangeXml(string $xml): ?string
'',
$domd->saveXml($nodelist->item(0))
);


return $domd->saveXml($nodelist->item(0));
} else {
return $xml;
}
Expand Down

0 comments on commit d7c1e9d

Please sign in to comment.