From 997765f9ea6ff1695c56b80fd28f3cec134ae24e Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Fri, 3 Jan 2020 07:02:06 -0600 Subject: [PATCH] Tidy: Comment out unused form Removes a linter warning for now. --- tests/test-org-ql.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/test-org-ql.el b/tests/test-org-ql.el index 55ff334..0b0a855 100644 --- a/tests/test-org-ql.el +++ b/tests/test-org-ql.el @@ -59,9 +59,11 @@ (defun org-ql-test--format-result--ql (sexp) (let* ((value (eval sexp)) - (prefix (if (and value (listp value)) - "'" - ""))) + ;; FIXME: Not sure why this is currently unused. Commenting out for now. + ;; (prefix (if (and value (listp value)) + ;; "'" + ;; "")) + ) (format "%S" value))) (defun org-ql-test--format-result--query-preamble (sexp)