Explorar o código

Remaining dsm().

FGM %!s(int64=13) %!d(string=hai) anos
pai
achega
12488b8dd2
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      munin_api.module

+ 0 - 3
munin_api.module

@@ -68,11 +68,8 @@ function munin_api_page_report_global() {
 }
 
 function munin_api_page_report_instance($module) {
-  dsm($module);
   $module = module_invoke($module, 'munin_api_info');
   $module = reset($module);
-  // $title = isset($module['#title']) ? $module['#title'] : t('Info');
-  // drupal_set_title($title);
 
   $header = array(t('Name'), t('Description'), t('Type'));
   $rows = array();