mirror of
https://github.com/vercel/commerce.git
synced 2025-05-11 20:27:51 +00:00
fix: remove console logs
Signed-off-by: jrphilo <james.philo@me.com>
This commit is contained in:
parent
86d0ec631c
commit
33836a3485
@ -123,8 +123,6 @@ export function VariantSelector({
|
||||
className="flex-grow flex-col space-y-4 overflow-auto px-2 py-4"
|
||||
>
|
||||
{option.values.map((value) => {
|
||||
console.log('option', option);
|
||||
console.log('variants', variants);
|
||||
const optionNameLowerCase = option.name.toLowerCase();
|
||||
const optionSearchParams = new URLSearchParams(searchParams.toString());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user