Skip to content

Commit

Permalink
Remove dsm
Browse files Browse the repository at this point in the history
  • Loading branch information
zuuperman committed Sep 19, 2013
1 parent 74cdc6f commit 9958c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion culturefeed_agenda/theme/theme.inc
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ function culturefeed_agenda_preprocess_culturefeed_agenda_production_program(&$v
$regions = $item->getEntity()->getCategories()->getCategoriesByType(CultureFeed_Cdb_Data_Category::CATEGORY_TYPE_FLANDERS_REGION);
if ($regions) {
foreach ($regions as $region) {
dsm($region->getId(), $region->getName());

if (isset($provinces[$region->getId()])) {

// Make sure tab exists.
Expand Down

0 comments on commit 9958c59

Please sign in to comment.