Skip to content

Commit

Permalink
Merge pull request #23 from nyuhsl/hotfix/cleanup
Browse files Browse the repository at this point in the history
debug cleanup
  • Loading branch information
ianlamb77 authored May 25, 2017
2 parents 5757681 + 813a2d6 commit b14af9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AppBundle/Service/SolrSearchr.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public function setUserSearch(SearchState $currentSearch) {
public function fetchFromSolr() {

$requestURL = $this->constructSolrURL();
var_dump($requestURL);

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $requestURL);
Expand Down

0 comments on commit b14af9d

Please sign in to comment.