Skip to content

Commit 723fc4c

Browse files
committed
removed echo debugging
1 parent 2644cb5 commit 723fc4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Providers/Api/Facebook.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public function __construct(Adapter $adapter)
1919
parent::__construct($adapter);
2020

2121
if (($endPoint = $this->getEndPoint())) {
22-
echo $endPoint;
2322
$response = $adapter->getDispatcher()->dispatch($endPoint);
2423

2524
if ($json = $response->getJsonContent()) {

0 commit comments

Comments
 (0)