Skip to content

Commit

Permalink
console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Nov 8, 2023
1 parent 277f875 commit 1f6a63c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export const PanelInteractionUtils = {
if (field) {
ebp.currentQuery[i].format = field.format;
ebp.currentQuery[i].cumulativeSum = field.cumulativeSum;
console.log(ebp.currentQuery[i], field);
if (ebp.currentQuery[i].column_type === 'text' && ![null, 'none'].includes(field.aggregation_type)) {
ebp.currentQuery[i].column_type = 'numeric';
ebp.currentQuery[i].old_column_type = 'text';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export const QueryUtils = {
query.query.fields.push(QueryUtils.createColumn('custom', null, ebp.sqlOriginTable));
}

console.log(query);

// Execute query
const response = await QueryUtils.switchAndRun(ebp, query);
Expand Down

0 comments on commit 1f6a63c

Please sign in to comment.