diff --git a/ebsco/ebsco.info b/ebsco/ebsco.info index f1753e8..f5c6676 100644 --- a/ebsco/ebsco.info +++ b/ebsco/ebsco.info @@ -5,4 +5,4 @@ core = 7.x configure = admin/config/search/ebsco stylesheets[screen][] = css/ebsco.css -scripts[] = js/ebsco.js +;scripts[] = js/ebsco.js diff --git a/ebsco/lib/EBSCOConnector.php b/ebsco/lib/EBSCOConnector.php index b20e24c..4bd4664 100644 --- a/ebsco/lib/EBSCOConnector.php +++ b/ebsco/lib/EBSCOConnector.php @@ -412,8 +412,6 @@ BODY; // Send the request. try { $response = drupal_http_request($url, $options); - // print_r($url); - // print_r($response); $code = $response->code; if (isset($response->headers['content-encoding'])) { if ($response->headers['content-encoding'] == 'gzip') {