summaryrefslogtreecommitdiff
path: root/modules/watchdog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/watchdog')
-rw-r--r--modules/watchdog/watchdog.module5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module
index 7373b23e3..dd91c7931 100644
--- a/modules/watchdog/watchdog.module
+++ b/modules/watchdog/watchdog.module
@@ -40,11 +40,6 @@ function watchdog_menu($may_cache) {
$items = array();
if ($may_cache) {
- $items[] = array('path' => 'admin/logs', 'title' => t('logs'),
- 'description' => t('View system logs and other status information.'),
- 'callback' => 'system_admin_menu_block_page',
- 'weight' => 5,
- 'position' => 'left');
$items[] = array('path' => 'admin/logs/watchdog', 'title' => t('recent log entries'),
'description' => t('View events that have recently been logged.'),
'callback' => 'watchdog_overview',