Skip to content

Commit

Permalink
Fix #9: remove debug code! *sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-shariff committed Feb 26, 2024
1 parent 298bf4d commit 2bd7c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-roam-ql.el
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ doesn't respect agenda restrict."
(defun org-roam-ql-nodes-files (source-or-query)
"Retuns a list of files of the corresponding SOURCE-OR-QUERY.
See `org-roam-ql-nodes' for more information on SOURCE-OR-QUERY."
(em (-map #'org-roam-node-file (org-roam-ql-nodes source-or-query))))
(-map #'org-roam-node-file (org-roam-ql-nodes source-or-query)))

;; ;; *****************************************************************************
;; Helper functions
Expand Down

0 comments on commit 2bd7c59

Please sign in to comment.