- Removed some debug code.

4.7.x
Dries Buytaert 2005-08-25 20:56:32 +00:00
parent 078c99ca5d
commit 8dd4b46351
1 changed files with 0 additions and 2 deletions

View File

@ -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];
}