From aa2de74fa261e4b3d290cedca100eb3330f17fff Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 29 Jul 2005 08:18:20 +0000 Subject: - #27624, #27614, #27627: dead code --- includes/bootstrap.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index b307ab910..2e5b316f7 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -450,7 +450,6 @@ function bootstrap_invoke_all($op) { * TRUE if the item is loaded or has already been loaded. */ function drupal_load($type, $name) { - // print $name. '
'; static $files = array(); if (isset($files[$type][$name])) { -- cgit v1.2.3