瀏覽代碼

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