Browse Source

Remaining dsm().

FGM 13 years ago
parent
commit
12488b8dd2
1 changed files with 0 additions and 3 deletions
  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();