Skip to content

Commit

Permalink
runby: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
M7mdisk committed Nov 14, 2024
1 parent b919cad commit 8583e2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/js/src/store/components/Packages/Packages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ function Packages() {
const [hideFilters, setHideFilters] = useState(true);
const currentPage = searchParams.get("page") || "1";
const { data, status, refetch, isFetching } = useQuery("data", getData);
console.log(data);
console.log(typeof data);

const topicsQuery = searchParams ? searchParams.get("categories") : null;

Expand Down

0 comments on commit 8583e2e

Please sign in to comment.