From 110b175ef904b4bb8bcdf96224771b63d6223bb7 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sat, 1 May 2010 06:35:23 +0200 Subject: [PATCH] Remove (debug) --- lisp/org-clock.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 027276b8a..c093a5db6 100755 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -496,7 +496,6 @@ the mode line." (if current (format ", prefix + to add to %s" org-clock-effort) ""))))) - (debug) (when (stringp value) ;; A string. See if it is a delta (setq sign (string-to-char value)) -- 2.11.4.GIT