Skip to content

Commit afe8b3d

Browse files
committed
Remove debug comment
1 parent 39bf899 commit afe8b3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Omnipay/Mollie/Message/AbstractRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public function send()
5353
{
5454
$httpResponse = $this->httpClient->post($this->endpoint, null, $this->getData())->send();
5555

56-
// echo "\n"; echo $httpResponse; echo "\n"; exit;
5756
return $this->response = new Response($this, $httpResponse->xml());
5857
}
5958
}

0 commit comments

Comments
 (0)