Skip to content

Commit

Permalink
debug cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlamb77 committed May 25, 2017
1 parent 5757681 commit 813a2d6
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 813a2d6

Please sign in to comment.