diff --git a/src/main.lisp b/src/main.lisp index 198827c..23c4f4c 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -535,7 +535,7 @@ with the image attached" (setq *last-list-data* (append *last-list-data* form-list)))) - (post-health-form *last-list-data*) + ;; (post-health-form *last-list-data*) (if (mail-health-form *last-list-data* attachment) (format nil "thankyou")))))))