mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Chore: remove extra logging (#16688)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user