don't log metrics

This commit is contained in:
aniketfuryrocks 2023-01-22 01:07:45 +05:30
parent c29ba4d338
commit 6e13267a32
No known key found for this signature in database
GPG Key ID: FA6BFCFAA7D4B764
1 changed files with 0 additions and 2 deletions

View File

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