Browse Source

Removes comment

Erik Sundell 7 years ago
parent
commit
55824dc4d8

+ 0 - 1
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 }),
         };