remove unnecessary variable
diff --git a/erpnext/crm/doctype/appointment/appointment.py b/erpnext/crm/doctype/appointment/appointment.py
index b3af99d..fa4b7ec 100644
--- a/erpnext/crm/doctype/appointment/appointment.py
+++ b/erpnext/crm/doctype/appointment/appointment.py
@@ -49,8 +49,6 @@
                 "site_url":frappe.utils.get_url(),
                 "full_name":self.customer_name,
             }
-            message = ''.join(
-                ['Please click the following link to confirm your appointment:', verify_url])
             frappe.sendmail(recipients=[self.customer_email],
                             template=template,
                             args=args,