Selaa lähdekoodia

remove debug messages

George Jones 3 vuotta sitten
vanhempi
commit
7dc69fb268
1 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  1. 3 4
      elisp-public/gmj-update-date.org

+ 3 - 4
elisp-public/gmj-update-date.org

@@ -116,12 +116,11 @@
     "On save, update 'date: lines at start of file and in current block"
     (interactive)
     (progn
-      (message "gmj-update-save-date-hook start")
       (gmj/update-date-current-block)
       (gmj/update-date-first-n-lines 10)
-      (message "gmj-update-save-date-hook end"))
-   )
- 
+      )
+    )
+
    (add-hook 'before-save-hook 'gmj-update-date-save-hook)
   #+end_src