Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Rogachev committed Sep 4, 2023
1 parent 51957ff commit 9c26533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/entities/src/lib/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export function getManyByPredicate<
filteredEntities.push(checkPluck(entity, pluck));
}
});
console.log(filteredEntities);

return filteredEntities;
};
Expand Down

0 comments on commit 9c26533

Please sign in to comment.