From 61ef9561202f71af83e51d436a7c906a9ac777bf Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 7 Nov 2023 09:24:14 -0500 Subject: remove debug print --- scraper/wiby.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'scraper/wiby.php') diff --git a/scraper/wiby.php b/scraper/wiby.php index e8351bc..2d79c56 100644 --- a/scraper/wiby.php +++ b/scraper/wiby.php @@ -45,8 +45,6 @@ class wiby{ $url .= "?" . $get; } - print_r([$proxy, $url]); - curl_setopt($curlproc, CURLOPT_URL, $url); curl_setopt($curlproc, CURLOPT_ENCODING, ""); // default encoding -- cgit v1.2.3