summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2008-10-05 07:34:01 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2008-10-05 07:34:01 +0200
commit37fe05df9ce7cac1d3cbbefcbe13a8a22b863521 (patch)
tree3145c3087dcc17aa3699c95f21c0e56b7c67e66b
parente71f9d0a621bbf09be9acbc041f83952cef4d8fa (diff)
Remove left-over debugging code.release_6.08
-rw-r--r--lisp/org-id.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org-id.el b/lisp/org-id.el
index 68224e22b..20053f3f5 100644
--- a/lisp/org-id.el
+++ b/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)