chore: removes console log

This commit is contained in:
Akshay Nair
2023-09-17 14:41:09 +05:30
parent 3c6fb2f0e0
commit df08f14f01
-1
View File
@@ -134,7 +134,6 @@ const getDomainService = ({ cpanel }) => {
const remoteHostList = await getHosts();
const { add, remove } = diffRecords(remoteHostList, hosts);
console.log(`Adding ${add.length}; Removing ${remove.length}`)
console.log(add, remove);
await executeBatch([
...removeRecords(remove),