Ver Fonte

tablepanel: minor update to table panel, #8052

Torkel Ödegaard há 8 anos atrás
pai
commit
f979e95820
1 ficheiros alterados com 0 adições e 1 exclusões
  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);