mirror of https://github.com/grafana/grafana.git
chore: clean upo
This commit is contained in:
parent
0954dc9217
commit
0b84ae5b54
|
@ -192,7 +192,6 @@ export class TestDataDataSource extends DataSourceWithBackend<TestDataDataQuery>
|
|||
],
|
||||
};
|
||||
}
|
||||
console.log('dataFrame', dataFrame);
|
||||
return of({ key: target.refId, data: [dataFrame] }).pipe(delay(100));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue