From 8dd4b4635145fdd5c5f7ae7b5746f24e06474dee Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 25 Aug 2005 20:56:32 +0000 Subject: [PATCH] - Removed some debug code. --- includes/bootstrap.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 1ce0ea3f87a3..5e51e4fc8796 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -495,8 +495,6 @@ function drupal_lookup_path($action, $path = '') { } elseif ($count > 0 && $path != '') { if ($action == 'source') { - if (TRUE) return; - if (isset($map[$path])) { return $map[$path]; } -- GitLab