repo checks
[pharext/pharext.org] / app / Github / Fetch / Releases.php
index fa9c01201a142369c1554323dc1be0a65457f01b..bd9f8f9afb76d262e970fafc89362e2b4803af4e 100644 (file)
@@ -17,7 +17,6 @@ class Releases extends Fetch
                                "page" => $this->getPage(),
                        ])
                ], 0);
-               echo $url."<br>";
                return new Request("GET", $url, [
                        "Accept" => "application/vnd.github.v3+json",
                        "Authorization" => "token " . $this->api->getToken(),