Skip to content
Snippets Groups Projects
Commit 498d3b24 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

strip logging

parent 9ddc3758
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,6 @@ export default class AggregationWidget extends Component {
const fieldId = AggregationClause.getField(aggregation);
let selectedAggregation = getAggregator(AggregationClause.getOperator(aggregation));
console.log("Selected Aggregation", selectedAggregation)
if (selectedAggregation && !_.findWhere(tableMetadata.aggregation_options, { short: selectedAggregation.short })) {
// if this table doesn't support the selected aggregation, prompt the user to select a different one
selectedAggregation = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment