Removing extraneous log

This commit is contained in:
efarooqui
2021-05-13 20:33:12 -07:00
parent 885a3e74e1
commit e431422c19

View File

@@ -130,7 +130,6 @@ export function aggregateFilterPaths(filters) {
(children, path) => insertPath(children, path, []),
{}
);
console.info(aggregatedPaths);
return aggregatedPaths;
}