diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-01-16 09:15:50 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-01-16 09:15:50 -0400 |
commit | 38e4c4d60c411a19dbbf229bdece1833bb4eec1e (patch) | |
tree | 8160ced24f452449bc942b6fc0c92bda2bc5735b /src/util/aggregate.js | |
parent | dffcfd79cb7256e1f75a753dc5bafcb49e50793e (diff) |
urls, upd8: load internal url spec from yaml file
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`); } |