mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-27 08:00:12 +00:00
chore: removes console log
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user