mirror of
https://github.com/apache/druid.git
synced 2025-02-19 00:20:43 +00:00
remove debug printing
This commit is contained in:
parent
2d7af555d0
commit
d4eba49722
@ -8,7 +8,6 @@ $(document).ready(function() {
|
||||
|
||||
function handleTable(dontDisplay)
|
||||
{
|
||||
console.log(type);
|
||||
$.get(basePath + type + '?full', function(data) {
|
||||
buildTable(data, $('#result_table'), dontDisplay);
|
||||
|
||||
@ -76,7 +75,6 @@ $(document).ready(function() {
|
||||
}
|
||||
|
||||
$('#view_button').click(function() {
|
||||
console.log("here");
|
||||
type = $('#select_type').val() + '';
|
||||
view = $('#select_view').val() + '';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user