Skip to content
Snippets Groups Projects
Commit 1abb02d5 authored by Angie Byron's avatar Angie Byron
Browse files

#673306 by casey: Remove stray debugging code from menu module.

parent ba6ef301
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment