mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
groups: removing spammy log
This commit is contained in:
parent
ecaf7345e2
commit
9b7774ebc8
@ -25,7 +25,6 @@ const getGraphUnreads = (associations: Associations) => {
|
|||||||
const selUnread = (graph: string) => {
|
const selUnread = (graph: string) => {
|
||||||
const { count, each } = selHarkGraph(graph)(state);
|
const { count, each } = selHarkGraph(graph)(state);
|
||||||
const result = count + each.length;
|
const result = count + each.length;
|
||||||
console.log(graph, result);
|
|
||||||
return result;
|
return result;
|
||||||
};
|
};
|
||||||
return (path: string) =>
|
return (path: string) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user