mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 19:32:11 +00:00
chore: Remove unused logs
This commit is contained in:
parent
6e2c3f467b
commit
5919bdcfa5
@ -80,7 +80,6 @@ export function parseSearchParams<T extends object = object>(searchParams: URLSe
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(query)
|
|
||||||
return query as Query<T>
|
return query as Query<T>
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -141,7 +140,6 @@ export function recordToQuery<T extends object = object>(input: Record<string, s
|
|||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log(query)
|
|
||||||
return query as Query<T>
|
return query as Query<T>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user