commit 9f6080b19aa0fd82bf067d875f45ae9120a82478 Author: Joel Pittet Date: Sat Mar 30 16:28:33 2013 -0700 remove debug diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 6b4f40d..bb93bf2 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -2316,8 +2316,6 @@ function template_preprocess_item_list(&$variables) { // Prepare for adding classes to each item. $num_items = count($variables['items']); $i = 0; - - debug($variables['items']); foreach ($variables['items'] as &$item) { $i++; $attributes = array();