Removed stray comment.

This commit is contained in:
2026-01-27 03:07:16 +01:00
parent e4675e6e97
commit a57b66cd95

View File

@@ -607,8 +607,6 @@ export async function fetchScenes(filters, rawOptions, reqUser) {
const result = await queryManticoreSql(filters, options, reqUser);
console.timeEnd('manticore sql');
console.log('MANSQL RESULT', result.scenes.slice(0, 3));
const aggYears = options.aggregateYears && result.aggregations.years.map((bucket) => ({ year: bucket.key, count: bucket.doc_count }));
const entityIds = options.aggregateChannels && [...(result.aggregations.channelIds || []), ...(result.aggregations.studioIds || [])];