diff --git a/panels/dashcontrol/module.js b/panels/dashcontrol/module.js
index 581de06d681..207c71c0820 100644
--- a/panels/dashcontrol/module.js
+++ b/panels/dashcontrol/module.js
@@ -116,7 +116,6 @@ angular.module('kibana.dashcontrol', [])
}
$scope.elasticsearch_save = function(type) {
- console.log(type)
// Clone object so we can modify it without influencing the existing obejct
var save = _.clone($scope.dashboards)
diff --git a/panels/histogram/module.html b/panels/histogram/module.html
index dd94a34b7a9..5c28be632fc 100644
--- a/panels/histogram/module.html
+++ b/panels/histogram/module.html
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file
diff --git a/panels/histogram/module.js b/panels/histogram/module.js
index 78e99d272c3..4858202219b 100644
--- a/panels/histogram/module.js
+++ b/panels/histogram/module.js
@@ -105,7 +105,8 @@ angular.module('kibana.histogram', [])
data: {
label: $scope.panel.query[k].label || k,
data: data,
- }
+ },
+
};
if (!(_.isUndefined($scope.panel.query[k].color)))
diff --git a/panels/pie/module.html b/panels/pie/module.html
index 0118cd2632d..8cd087de001 100644
--- a/panels/pie/module.html
+++ b/panels/pie/module.html
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file