mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 06:49:47 +02: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