mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-16 18:54:12 +01:00
Remove log
This commit is contained in:
@@ -67,7 +67,6 @@ const main = async () => {
|
||||
formatSize(delta),
|
||||
percentageDifference(oldValue, value),
|
||||
];
|
||||
console.log(output);
|
||||
return output;
|
||||
})
|
||||
.filter(([, , , delta]) => delta !== '0 Bytes');
|
||||
|
||||
Reference in New Issue
Block a user