소스 검색

Removed debug line

Jan Oris 5 년 전
부모
커밋
5a72151b46
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Builder.php

+ 1 - 1
src/Builder.php

@@ -489,7 +489,7 @@ class Builder {
         // Create the request with all specified options
         $this->curlObject = curl_init();
         $options = $this->forgeOptions();
-        dd( $options );
+
         curl_setopt_array( $this->curlObject, $options );
 
         // Send the request