Commit 536d9946 authored by 王源's avatar 王源 🎧

删除打印shopify接口url日志

parent f244b3d0
......@@ -9,7 +9,6 @@ class CurlRequest
protected static function init($url, $httpHeaders = [])
{
put_log($url, 'shopify_url.log');
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment