mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 15:13:30 -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> {
|
||||
this.request = req;
|
||||
|
||||
console.log('EXXXX', req);
|
||||
|
||||
// Return early if there are no queries to run
|
||||
if (!req.targets.length) {
|
||||
console.log('No queries, so return early');
|
||||
|
Loading…
Reference in New Issue
Block a user