diff --git a/src/GTrends/GTrends.php b/src/GTrends/GTrends.php index 599a5f8..789761f 100644 --- a/src/GTrends/GTrends.php +++ b/src/GTrends/GTrends.php @@ -190,7 +190,6 @@ private function explore(array $keyWords, array $widgetIds, string $resolution = $widget['request']['resolution'] = $resolution; $widget['request']['includeLowSearchVolumeGeos'] = false; $payload['req'] = str_replace('"geo":[]', '"geo":{}', Json\Json::encode($widget['request'])); - var_dump($payload); if ($data = $this->getData(self::COMPARED_GEO_ENDPOINT, $payload)) { $results['GEO_MAP']['widget'] = $widget; $results['GEO_MAP']['data'] =