Browse Source

Chore: remove extra logging (#16688)

Ryan McKinley 6 years ago
parent
commit
2bc76471d3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      public/app/features/dashboard/state/PanelQueryState.ts

+ 0 - 2
public/app/features/dashboard/state/PanelQueryState.ts

@@ -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');