From 55824dc4d85fe3ce8828aa935fdd844bea1dfd19 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 5 Sep 2018 18:05:30 +0200 Subject: [PATCH] Removes comment --- .../app/plugins/datasource/stackdriver/specs/datasource.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/plugins/datasource/stackdriver/specs/datasource.test.ts b/public/app/plugins/datasource/stackdriver/specs/datasource.test.ts index 357ec5ae0e2..ba414cfcda9 100644 --- a/public/app/plugins/datasource/stackdriver/specs/datasource.test.ts +++ b/public/app/plugins/datasource/stackdriver/specs/datasource.test.ts @@ -24,7 +24,6 @@ describe('StackdriverDataSource', () => { let ds; let result; beforeEach(async () => { - console.log('erik', metricDescriptors); const backendSrv = { datasourceRequest: async () => Promise.resolve({ status: 200, data: metricDescriptors }), };