Remove console

This commit is contained in:
Daniel García Aubert 2017-06-12 19:28:49 +02:00
parent 75d07745e6
commit 962fa05574

View File

@ -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),