mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
Remove log
This commit is contained in:
parent
f354d68350
commit
f6c4c9260f
@ -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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user