mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
remove debug line
This commit is contained in:
parent
56be075526
commit
15faeebb50
1 changed files with 1 additions and 2 deletions
|
@ -95,7 +95,6 @@ class Curl
|
||||||
|
|
||||||
if (in_array($method, [static::PUT, static::POST]))
|
if (in_array($method, [static::PUT, static::POST]))
|
||||||
{
|
{
|
||||||
print_r($options['json_data'] ? json_encode($params) : http_build_query($params));
|
|
||||||
curl_setopt($ch, CURLOPT_POSTFIELDS, $options['json_data'] ? json_encode($params) : http_build_query($params));
|
curl_setopt($ch, CURLOPT_POSTFIELDS, $options['json_data'] ? json_encode($params) : http_build_query($params));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -164,4 +163,4 @@ class CurlException extends Exception
|
||||||
|
|
||||||
parent::__construct($this->error, $this->errno, $previous);
|
parent::__construct($this->error, $this->errno, $previous);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue