Removing old function call

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-05-16 01:53:11 -03:00
parent d0b9588fff
commit 7cb2231bdd

View File

@@ -95,7 +95,6 @@ function addCustomCNAME() {
error: function () {
utils.enableAll();
utils.showAlert("error", "fas fa-times", "Error while adding custom CNAME record", "");
showAlert("error", "Error while adding this custom CNAME record");
},
});
}