diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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. '<br />'; static $files = array(); if (isset($files[$type][$name])) { |