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