diff options
Diffstat (limited to 'src/util/aggregate.js')
-rw-r--r-- | src/util/aggregate.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/aggregate.js b/src/util/aggregate.js index e8f45f3b..c7648c4c 100644 --- a/src/util/aggregate.js +++ b/src/util/aggregate.js @@ -110,7 +110,6 @@ export function openAggregate({ return results.map(({aggregate, result}) => { if (!aggregate) { - console.log('nope:', results); throw new Error(`Expected an array of {aggregate, result} objects`); } |