test: remove double uninit of db
This commit is contained in:
@@ -128,7 +128,8 @@ async function getCpuMetrics() {
|
||||
}
|
||||
|
||||
async function sendToGraphite() {
|
||||
debug('sendStatsToGraphite: collecting stats');
|
||||
// debug('sendStatsToGraphite: collecting stats');
|
||||
|
||||
const graphiteMetrics = [];
|
||||
|
||||
const memoryMetrics = await getMemoryMetrics();
|
||||
|
||||
Reference in New Issue
Block a user