mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Clean up
This commit is contained in:
parent
28dc3b790a
commit
5e2a9b51ff
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ export default define(meta, () => new Promise(async (res, rej) => {
|
|||
stats.driveUsageLocal = driveStats.local.totalSize[0];
|
||||
stats.driveUsageRemote = driveStats.remote.totalSize[0];
|
||||
|
||||
console.log(driveStats);
|
||||
|
||||
const federationStats = await federationChart.getChart('hour', 1);
|
||||
stats.instances = federationStats.instance.total[0];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue