diff --git a/core/util.php b/core/util.php index 1576ae81..ce23f913 100644 --- a/core/util.php +++ b/core/util.php @@ -302,7 +302,7 @@ function fetch_url(string $url, string $mfile): array $fp = false_throws(fopen($mfile, "w")); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); - curl_setopt($ch, CURLOPT_VERBOSE, 1); + # curl_setopt($ch, CURLOPT_VERBOSE, 1); curl_setopt($ch, CURLOPT_HEADER, 1); curl_setopt($ch, CURLOPT_REFERER, $url); curl_setopt($ch, CURLOPT_USERAGENT, "Shimmie-".VERSION);