mirror of https://github.com/grafana/grafana.git
removed debug from pie
This commit is contained in:
parent
d62e5c9237
commit
2cf20f8c30
|
|
@ -184,7 +184,6 @@ angular.module('kibana.pie', [])
|
|||
|
||||
// I really don't like this function, too much dom manip. Break out into directive?
|
||||
$scope.populate_modal = function(request) {
|
||||
console.log(request)
|
||||
$scope.modal = {
|
||||
title: "Inspector",
|
||||
body : "<h5>Last Elasticsearch Query</h5><pre>"+
|
||||
|
|
|
|||
Loading…
Reference in New Issue