瀏覽代碼

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)