diff --git a/src/Api2Pdf.php b/src/Api2Pdf.php index 5b923dc..5c2cf06 100644 --- a/src/Api2Pdf.php +++ b/src/Api2Pdf.php @@ -323,7 +323,6 @@ private function makeRequest($endpoint, $payload) { $ch = curl_init($url); $jsonDataEncoded = json_encode($payload); - echo($jsonDataEncoded); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); @@ -474,4 +473,4 @@ public function getResponseId() } } -class Api2PdfException extends Exception { } \ No newline at end of file +class Api2PdfException extends Exception { }