summaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
Diffstat (limited to 'src/store')
-rw-r--r--src/store/modules/Settings/SmtpStore.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/store/modules/Settings/SmtpStore.js b/src/store/modules/Settings/SmtpStore.js
index 4be69783..6762fa27 100644
--- a/src/store/modules/Settings/SmtpStore.js
+++ b/src/store/modules/Settings/SmtpStore.js
@@ -90,10 +90,6 @@ const SmtpStore = {
return await api
.post('/redfish/v1/Smtp/SendMail', payload)
.catch((error) => console.log(error));
- // let url = `/redfish/v1/Smtp/SendMail`;
- // for (let key in payload) {
- // url += `&${key}=${payload[key]}`;
- // }
},
},
};