Skip to content

Commit 0d4a912

Browse files
author
Bastien Guerry
committed
src/subscribe-dsfr.clj: Remove comments
1 parent 90cf374 commit 0d4a912

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/subscribe-dsfr.clj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@
622622
(defn error-result [strings message debug-info]
623623
(debug-result-template strings "error" :operation-failed message debug-info))
624624

625-
;; Updated check-if-subscribed function
626625
(defn check-if-subscribed [email]
627626
(log/info "Checking if email is already subscribed:" email)
628627

@@ -636,7 +635,6 @@
636635
(and (not (:error response))
637636
(= 200 (:status response)))))
638637

639-
;; Updated unsubscribe-from-mailgun function
640638
(defn unsubscribe-from-mailgun [email]
641639
(log/info "Attempting to unsubscribe email:" email)
642640

@@ -674,7 +672,6 @@
674672
:debug {:status (:status response)
675673
:body (:body response)}}))))
676674

677-
;; Updated subscribe-to-mailgun function
678675
(defn subscribe-to-mailgun [email]
679676
(log/info "Attempting to subscribe email:" email)
680677

0 commit comments

Comments
 (0)