Skip to content

Commit 4561743

Browse files
author
Rafael Grigorian
committed
Changes related to #153
1 parent 256e4d1 commit 4561743

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/code/community/JetRails/Cloudflare/Helper/PublicSuffixList.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ protected function _endsWith ( $haystack, $needle ) {
1717
}
1818

1919
public function getPSL () {
20-
error_log ("Downloading PSL...");
2120
$handle = curl_init ();
2221
curl_setopt ( $handle, CURLOPT_URL, "https://publicsuffix.org/list/public_suffix_list.dat" );
2322
curl_setopt ( $handle, CURLOPT_RETURNTRANSFER, 1 );

0 commit comments

Comments
 (0)