Skip to content
Snippets Groups Projects
Commit f42fe988 authored by Cam Saul's avatar Cam Saul
Browse files

remove out-of-date comment str

parent b2f8a869
Branches
Tags
No related merge requests found
......@@ -175,7 +175,6 @@ var GuiQueryEditor = React.createClass({
this.props.query.query.breakout[0] !== null);
},
/// If we can sort by the aggregate field return the user-facing name for the sort option. Otherwise return null
canSortByAggregateField: function() {
const VALID_AGGREGATION_TYPES = new Set(["avg", "count", "distinct", "stddev", "sum"]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment