summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-03 21:39:32 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-03 21:39:32 +0000
commit1abb02d5528857327030b396d7fec204b431c2d7 (patch)
tree277b799f2039b9d76d48e3a2716741b22f6711f1 /modules/menu
parentba6ef3017eb8ac1e6ccfd1ffebf97a476859315d (diff)
downloadbrdo-1abb02d5528857327030b396d7fec204b431c2d7.tar.gz
brdo-1abb02d5528857327030b396d7fec204b431c2d7.tar.bz2
#673306 by casey: Remove stray debugging code from menu module.
Diffstat (limited to 'modules/menu')
-rw-r--r--modules/menu/menu.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/menu/menu.module b/modules/menu/menu.module
index 2771ded17..9d6745d63 100644
--- a/modules/menu/menu.module
+++ b/modules/menu/menu.module
@@ -349,8 +349,8 @@ function menu_parent_options_js() {
}
}
$options = _menu_get_options(menu_get_menus(), $available_menus, array('mlid' => 0));
- error_log( var_export( $options, 1) );
- print drupal_json_output($options);
+
+ drupal_json_output($options);
}
/**