Merge pull request #39 from blockworks-foundation/dont_log

don't log metrics
This commit is contained in:
galactus 2023-01-21 21:34:28 +01:00 committed by GitHub
commit 574cd0e17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -84,8 +84,6 @@ impl MetricsCapture {
None
}
};
log::info!("{metrics:?}");
}
})
}