Skip to content

Commit

Permalink
schifezz
Browse files Browse the repository at this point in the history
  • Loading branch information
coppo committed Sep 6, 2017
1 parent 99b6d5c commit 7897a8e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions classes/exportas/SearchQueryCSVExporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ public function __construct($parentNodeId, $queryString)
$this->contentSearch->setEnvironment($currentEnvironment);
$this->queryString = $queryString;


echo '<pre>';
print_r($queryString);
print_r($_GET);
echo '</pre>';

if (!$this->queryString){
$arrayQueryBuilder = new ArrayQueryBuilder();
$this->queryString = (string)$arrayQueryBuilder->instanceQuery($_GET);
Expand Down

0 comments on commit 7897a8e

Please sign in to comment.