瀏覽代碼

Remove forgotten (debug).

Carsten Dominik 17 年之前
父節點
當前提交
794d4647a4
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lisp/org.el

+ 0 - 1
lisp/org.el

@@ -8831,7 +8831,6 @@ also TODO lines."
       (setq tagsmatcher (if (> (length orlist) 1) (cons 'or orlist) (car orlist)))
       (setq tagsmatcher
 	    (list 'progn '(setq org-cached-props nil) tagsmatcher)))
-    (debug)
     ;; Make the todo matcher
     (if (or (not todomatch) (not (string-match "\\S-" todomatch)))
 	(setq todomatcher t)