aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.lisp12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/main.lisp b/src/main.lisp
index c469e1b..d74faf6 100644
--- a/src/main.lisp
+++ b/src/main.lisp
@@ -7,17 +7,7 @@
;; Continue to next page
(let ((config (parse-options)))
- (format t "~S" config))
-
- ; (let ((config (make-instance 'config
- ; :login "name@example.com"
- ; :token "atlassian-token"
- ; :endpoint "example.atlassian.net"
- ; :email-to "name@example.com"
- ; :jql "project = \"FAKE\" AND watcher != currentUser() AND key > \"FAKE-100\" ORDER BY created DESC")))
- ;
- ; (run config))
- )
+ (run config)))
(defun run (config)
(let ((basic-auth-token (cl-base64:string-to-base64-string