Skip to content

Commit

Permalink
Take out debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ahungry committed Jan 23, 2019
1 parent ec88750 commit 0aa05b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-jira.el
Expand Up @@ -447,7 +447,7 @@ order by priority, created DESC "
(declare (debug t)
(indent 1))
`(with-slots (issue-id) ,Issue
(org-jira-log (format "EOII Issue id: %s" issue-id))
;; (org-jira-log (format "EOII Issue id: %s" issue-id))
(let* ((proj-key (org-jira--get-proj-key-from-issue ,Issue))
(project-file (expand-file-name (concat proj-key ".org") org-jira-working-dir))
(project-buffer (or (find-buffer-visiting project-file)
Expand Down

0 comments on commit 0aa05b7

Please sign in to comment.