We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256e4d1 commit 4561743Copy full SHA for 4561743
src/app/code/community/JetRails/Cloudflare/Helper/PublicSuffixList.php
@@ -17,7 +17,6 @@ protected function _endsWith ( $haystack, $needle ) {
17
}
18
19
public function getPSL () {
20
- error_log ("Downloading PSL...");
21
$handle = curl_init ();
22
curl_setopt ( $handle, CURLOPT_URL, "https://publicsuffix.org/list/public_suffix_list.dat" );
23
curl_setopt ( $handle, CURLOPT_RETURNTRANSFER, 1 );
0 commit comments