diff --git a/wrenchboard/src/shared_tool/email.cc b/wrenchboard/src/shared_tool/email.cc index 65fe8a25..2969cf6e 100644 --- a/wrenchboard/src/shared_tool/email.cc +++ b/wrenchboard/src/shared_tool/email.cc @@ -56,10 +56,8 @@ CREATE TABLE members_notification ( x["icon"].set_valid(true); } - ret = insert_db_record(DBS_VALID, "members_notification", "members_notification_id_seq", x); - } catch (bad_parameter) { logfmt(logINFO, "ERROR CALL long plan_notification(CVars in, CVars &out)"); } @@ -67,7 +65,6 @@ CREATE TABLE members_notification ( } long promo_email(long mailtype, CVars in, CVars &out){ - logfmt(logINFO, "alert_email()"); CVars x, y, z; C_CGI_Form form("", ""); @@ -91,7 +88,6 @@ long promo_email(long mailtype, CVars in, CVars &out){ break; } return 0; - } long alert_email(long mailtype, CVars in, CVars &out) {