groups: removing spammy log

This commit is contained in:
Hunter Miller 2021-10-08 14:35:36 -05:00
parent ecaf7345e2
commit 9b7774ebc8

View File

@ -25,7 +25,6 @@ const getGraphUnreads = (associations: Associations) => {
const selUnread = (graph: string) => {
const { count, each } = selHarkGraph(graph)(state);
const result = count + each.length;
console.log(graph, result);
return result;
};
return (path: string) =>