Remove log

This commit is contained in:
Sidharth Vinod 2024-01-24 22:13:17 +05:30
parent f354d68350
commit f6c4c9260f
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -67,7 +67,6 @@ const main = async () => {
formatSize(delta),
percentageDifference(oldValue, value),
];
console.log(output);
return output;
})
.filter(([, , , delta]) => delta !== '0 Bytes');