branch: elpa/drupal-mode
commit 81c63e7c5a382aa4893163361371ee78b465f6d5
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>

    Removed accidental debug message.
---
 drupal-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drupal-mode.el b/drupal-mode.el
index 997e5e76e7..bfdaf3ac88 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -492,7 +492,6 @@ mode-hook."
 ;;;###autoload
 (dolist (mode (append drupal-php-modes drupal-css-modes drupal-js-modes 
drupal-info-modes))
   (when (intern (concat (symbol-name mode) "-hook"))
-    (message "Adding Drupal bootstrap to %s." (concat (symbol-name mode) 
"-hook") )
     (add-hook (intern (concat (symbol-name mode) "-hook")) 
#'drupal-mode-bootstrap)))
 
 ;;;###autoload

Reply via email to