Skip to content

Commit

Permalink
Remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaksimov committed Apr 5, 2017
1 parent 5a3bfcb commit 407c914
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 407c914

Please sign in to comment.