4875: remove HTTPRequest debug logging
authorTJ <acontent@iam.tj>
Fri, 21 Oct 2011 15:09:49 +0000 (16:09 +0100)
committerTJ <acontent@iam.tj>
Fri, 21 Oct 2011 15:09:49 +0000 (16:09 +0100)
include/classes/HTTPRequest.class.php

index 68a38b0..45d3fb4 100644 (file)
@@ -51,10 +51,6 @@ class HTTPRequest
         $this->_url = $url;
         $this->_scan_url();
         $this->_cookies = $cookies;
-               trigger_error("HTTPRequest(\"" . $url . "\"");
-               foreach($cookies as $key => $value) {
-                       trigger_error("Cookie: " . $key . "=" . $value );
-               }
     }
 
     // download URL to string