mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 07:17:08 -06:00
Chore: remove extra logging (#16688)
This commit is contained in:
parent
36d88cc994
commit
2bc76471d3
@ -71,8 +71,6 @@ export class PanelQueryState {
|
|||||||
execute(ds: DataSourceApi, req: DataQueryRequest): Promise<PanelData> {
|
execute(ds: DataSourceApi, req: DataQueryRequest): Promise<PanelData> {
|
||||||
this.request = req;
|
this.request = req;
|
||||||
|
|
||||||
console.log('EXXXX', req);
|
|
||||||
|
|
||||||
// Return early if there are no queries to run
|
// Return early if there are no queries to run
|
||||||
if (!req.targets.length) {
|
if (!req.targets.length) {
|
||||||
console.log('No queries, so return early');
|
console.log('No queries, so return early');
|
||||||
|
Loading…
Reference in New Issue
Block a user