Skip to content

Commit e969bda

Browse files
committed
- remove echo, version bump
1 parent daa37c3 commit e969bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/KeepaAPI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class KeepaAPI
1717
private $userAgent = null;
1818
private $serializer = null;
1919
private $httpClient = null;
20-
private static $VERSION = "2.0.2";
20+
private static $VERSION = "2.0.3";
2121

2222
public function __construct($accessKey)
2323
{
@@ -40,7 +40,7 @@ public function __construct($accessKey)
4040
public function sendRequest(Request $r)
4141
{
4242
$url = "https://api.keepa.com/" . $r->path . "/?key=" . $this->accessKey . "&" . $r->query();
43-
echo $url . PHP_EOL;
43+
4444
/* @var Response */
4545
$response = new Response($r);
4646

0 commit comments

Comments
 (0)