Remove forgotten (debug).

This commit is contained in:
Carsten Dominik 2008-04-23 17:32:03 +02:00
parent 816cc80acb
commit 794d4647a4
1 changed files with 0 additions and 1 deletions

View File

@ -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)