Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhanasand committed Feb 18, 2025
1 parent 1cf32b1 commit e39f820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/utils/filtering/getPackage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default async function getPackages({list, side}: GetListProps) {
}

const data = await response.json()
console.log("returning", data)
return data
} catch (error) {
console.error(error)
Expand Down

0 comments on commit e39f820

Please sign in to comment.