Skip to content

Commit

Permalink
Merge pull request #18 from dmaksimov/master
Browse files Browse the repository at this point in the history
Remove var_dump
  • Loading branch information
lukesnowden authored Apr 6, 2017
2 parents 5a3bfcb + 407c914 commit 1f8a4a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/LukeSnowden/GoogleShoppingFeed/Feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ public function categories($languageISO639 = 'gb')
$languageCulture = $languageMap[$languageISO639];
}

var_dump($languageISO639, $languageCulture);

$cache = new Cache;
$cache->setCacheDirectory($this->cacheDir);
$data = $cache->getOrCreate('google-feed-taxonomy.'.$languageISO639.'.txt', array('max-age' => '86400'),
Expand Down

0 comments on commit 1f8a4a1

Please sign in to comment.