Browse Source

tablepanel: minor update to table panel, #8052

Torkel Ödegaard 8 years ago
parent
commit
f979e95820
1 changed files with 0 additions and 1 deletions
  1. 0 1
      public/app/plugins/panel/table/module.ts

+ 0 - 1
public/app/plugins/panel/table/module.ts

@@ -234,7 +234,6 @@ class TablePanelCtrl extends MetricsPanelCtrl {
       };
 
       ctrl.variableSrv.setAdhocFilter(options);
-      console.log('clicked', options);
     }
 
     elem.on('click', '.table-panel-page-link', switchPage);