Browse Source

chore(dashboard): Remove console.log

Michael Bromley 3 months ago
parent
commit
0c0bf95f28

+ 0 - 1
packages/dashboard/src/lib/components/data-input/customer-group-input.tsx

@@ -26,7 +26,6 @@ export function CustomerGroupInput({
     disabled,
     disabled,
     fieldDef,
     fieldDef,
 }: Readonly<DashboardFormComponentProps>) {
 }: Readonly<DashboardFormComponentProps>) {
-    console.log(fieldDef);
     const { data } = useQuery({
     const { data } = useQuery({
         queryKey: ['customerGroups', value],
         queryKey: ['customerGroups', value],
         queryFn: () =>
         queryFn: () =>