@@ -1878,10 +1878,3 @@ function validate_captcha(form)
}
});
-
-function updateProductTotalMessage(billingcycle) {
- console.log("Test");
- if (billingcycle == 'annually') {
- jQuery('#producttotalmessage').html('Test');
- }
-}