Remove console
This commit is contained in:
parent
75d07745e6
commit
962fa05574
@ -145,8 +145,6 @@ Aggregation.prototype.sql = function(psql, override, callback) {
|
||||
|
||||
var aggregationSql;
|
||||
|
||||
console.log('override.ownFilter', override.ownFilter);
|
||||
|
||||
if (!!override.ownFilter) {
|
||||
aggregationSql = [
|
||||
this.getCategoriesCTESql(_query, this.column, this.aggregation, this.aggregationColumn),
|
||||
|
Loading…
Reference in New Issue
Block a user