Explorar o código

Removed debug line

Jan Oris %!s(int64=5) %!d(string=hai) anos
pai
achega
5a72151b46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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