removed debug

This commit is contained in:
hnhx 2023-02-17 09:47:18 +01:00
parent a8645b7eb6
commit 1a8257cf11

View file

@ -28,8 +28,6 @@
$url .= "&safe=medium";
}
echo $url;
$google_ch = curl_init($url);
curl_setopt_array($google_ch, $config->curl_settings);
curl_multi_add_handle($mh, $google_ch);