Skip to content

Commit d1b3a62

Browse files
committed
remove debug
1 parent d9abc2f commit d1b3a62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Interfax/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ public function delete($uri)
254254
*/
255255
protected function parseResponse(ResponseInterface $response)
256256
{
257-
print "parsing response " . $response->getStatusCode();
258257
if ($response->getStatusCode() >= 200 && $response->getStatusCode() < 300) {
259258
if ($location = $response->getHeaderLine('Location')) {
260259
return $location;

0 commit comments

Comments
 (0)