Browse Source

Remove left-over debugging code.

Carsten Dominik 16 năm trước cách đây
mục cha
commit
37fe05df9c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lisp/org-id.el

+ 0 - 1
lisp/org-id.el

@@ -303,7 +303,6 @@ The input I may be a character, or a single-letter string."
   "Encode TIME as a 10-digit string.
 This string holds the time to micro-second accuracy, and can be decoded
 using `org-id-decode'."
-  (debug)
   (setq time (or time (current-time)))
   (concat (org-id-int-to-b36 (nth 0 time) 4)
 	  (org-id-int-to-b36 (nth 1 time) 4)