Remove debug statement.

This commit is contained in:
Michael Stenta 2019-07-17 16:06:11 -04:00
parent d8ffffea8c
commit 77476ea263
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ include_once 'farm_plan_map.features.inc';
* Implements hook_entity_view_alter().
*/
function farm_plan_map_entity_view_alter(&$build, $type) {
$debug = TRUE;
// Alter farm_plan entity view pages.
if ($type != 'farm_plan' || empty($build['#entity'])) {