Don't always show sensor View on area pages.

This commit is contained in:
Michael Stenta 2017-06-22 15:46:54 -04:00
parent 06a55e18fd
commit 6af9a5edb3
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ function farm_sensor_farm_taxonomy_term_view_views($term) {
return array(
array(
'name' => 'farm_sensors',
'always' => TRUE,
),
);
}