Remove left-over debug message
This commit is contained in:
parent
5460bd49be
commit
bda46be466
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ export const followUsersStore = createFollowUsersStore();
|
|||
export const followUsersColorStore = derived(
|
||||
[followStateStore, followRoleStore, followUsersStore],
|
||||
([$followStateStore, $followRoleStore, $followUsersStore]) => {
|
||||
console.log($followStateStore);
|
||||
if ($followStateStore !== "active") {
|
||||
return undefined;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue