From b9149d599f01c9a1aa02c865dab78dd4febb870e Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Fri, 10 Jan 2020 14:16:25 +1030 Subject: [PATCH] chore(app/index): remove old metrics call --- app/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/index.js b/app/index.js index 4f12f7be7..78b11a7cb 100644 --- a/app/index.js +++ b/app/index.js @@ -78,9 +78,6 @@ am(async () => { // Load server await core.loadServer('graphql-api'); - - // Load pm2 metrics reporters - await core.loadMetrics('graphql-api'); }, error => { // We should only end here if core has an issue loading