From 97c27668bc5a4f590ccdec574d3f9153e960692e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 29 Feb 2016 14:15:46 +0100 Subject: [PATCH] fix(): fix failing build and removed panel icon from edit mode tabs --- public/app/features/panel/panel_directive.ts | 1 - public/app/features/templating/templateValuesSrv.js | 1 - 2 files changed, 2 deletions(-) diff --git a/public/app/features/panel/panel_directive.ts b/public/app/features/panel/panel_directive.ts index ce6d031c6af..a15224a622a 100644 --- a/public/app/features/panel/panel_directive.ts +++ b/public/app/features/panel/panel_directive.ts @@ -31,7 +31,6 @@ var panelTemplate = `

- {{ctrl.pluginName}}

diff --git a/public/app/features/templating/templateValuesSrv.js b/public/app/features/templating/templateValuesSrv.js index bcc27317998..2760bb42ca0 100644 --- a/public/app/features/templating/templateValuesSrv.js +++ b/public/app/features/templating/templateValuesSrv.js @@ -45,7 +45,6 @@ function (angular, _, kbn) { }; this.setVariableFromUrl = function(variable, urlValue) { - debugger; var option = _.findWhere(variable.options, { text: urlValue }); option = option || { text: urlValue, value: urlValue };