Skip to content

Commit f3a1d9f

Browse files
committed
Removed var_dump
1 parent 6a77b20 commit f3a1d9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Embed/Sources/Feed.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,7 @@ static protected function parseAtom (\SimpleXMLElement $Xml) {
107107
if (empty($attributes->href) || ((string)$attributes->rel === 'self')) {
108108
continue;
109109
}
110-
111110
$url = (string)$attributes->href;
112-
113-
var_dump($url);
114-
115111
break;
116112
}
117113

0 commit comments

Comments
 (0)