Commit 2bc76471 by Ryan McKinley Committed by GitHub

Chore: remove extra logging (#16688)

parent 36d88cc9
......@@ -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');
......
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