fix(): fix failing build and removed panel icon from edit mode tabs

This commit is contained in:
Torkel Ödegaard
2016-02-29 14:15:46 +01:00
parent d3c022f89e
commit 97c27668bc
2 changed files with 0 additions and 2 deletions
@@ -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 };