Skip to content

Commit

Permalink
refactor: remove debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Feb 23, 2024
1 parent 2a135e0 commit 56d8692
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/pets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const getPet = async (id: string): Promise<Pet> => {
};

const getPets = async (filters?: filterState) => {
console.log(filters);
const params = convertFiltertoParams(filters);
const response = await axios.get<PetsResponse>(
`${import.meta.env.VITE_API_URL}/pets?${params}`
Expand Down

0 comments on commit 56d8692

Please sign in to comment.