فهرست منبع

Remove left-over debugging code.

Carsten Dominik 16 سال پیش
والد
کامیت
37fe05df9c
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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)