diff options
author | lolcat <will@lolcat.ca> | 2023-11-07 09:24:14 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-11-07 09:24:14 -0500 |
commit | 61ef9561202f71af83e51d436a7c906a9ac777bf (patch) | |
tree | f1f229da863aba1c9dcce3ca59c9d2bb656df1b0 /scraper/wiby.php | |
parent | 7e893a15c129f2b69527fbda032de85491fc20b2 (diff) |
remove debug print
Diffstat (limited to 'scraper/wiby.php')
-rw-r--r-- | scraper/wiby.php | 2 |
1 files changed, 0 insertions, 2 deletions
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 |