Removing debug
This commit is contained in:
parent
830b11c647
commit
db57639b48
|
@ -75,7 +75,6 @@ class BaseHTTP
|
||||||
$url .= "?" . http_build_query($args);
|
$url .= "?" . http_build_query($args);
|
||||||
$ch = curl_init($url);
|
$ch = curl_init($url);
|
||||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||||
var_dump($this->timeout);
|
|
||||||
if($this->timeout !== null){
|
if($this->timeout !== null){
|
||||||
curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout);
|
curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user