From f979e9582077aa7f0b5e0f2386a6f086786e6550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 8 Aug 2017 11:08:51 +0200 Subject: [PATCH] tablepanel: minor update to table panel, #8052 --- public/app/plugins/panel/table/module.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/plugins/panel/table/module.ts b/public/app/plugins/panel/table/module.ts index ba26e853a29..fdc36804684 100644 --- a/public/app/plugins/panel/table/module.ts +++ b/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);