Commit 55824dc4 by Erik Sundell Committed by Daniel Lee

Removes comment

parent aff1de98
...@@ -24,7 +24,6 @@ describe('StackdriverDataSource', () => { ...@@ -24,7 +24,6 @@ describe('StackdriverDataSource', () => {
let ds; let ds;
let result; let result;
beforeEach(async () => { beforeEach(async () => {
console.log('erik', metricDescriptors);
const backendSrv = { const backendSrv = {
datasourceRequest: async () => Promise.resolve({ status: 200, data: metricDescriptors }), datasourceRequest: async () => Promise.resolve({ status: 200, data: metricDescriptors }),
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment