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 };