From 6ce868883635308be6e9f7aee688a93a45ca5139 Mon Sep 17 00:00:00 2001 From: Peter Muriuki Date: Mon, 19 Aug 2024 13:52:33 +0300 Subject: [PATCH] Remove console.log --- .../src/components/AsyncSelect/ValueSetAsyncSelect/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-utils/src/components/AsyncSelect/ValueSetAsyncSelect/index.tsx b/packages/react-utils/src/components/AsyncSelect/ValueSetAsyncSelect/index.tsx index bd57a23d6..11339e18e 100644 --- a/packages/react-utils/src/components/AsyncSelect/ValueSetAsyncSelect/index.tsx +++ b/packages/react-utils/src/components/AsyncSelect/ValueSetAsyncSelect/index.tsx @@ -53,7 +53,6 @@ export function ValueSetAsyncSelect(props: ValueSetAsyncSelectProps) { const sanitizedDefValue = useSanitizedValueSelectValue(optionsByCodeAndSystem, defaultValue) - console.log({sanitizedValue, optionsByCodeAndSystem}) const selectDropDownRender = dropDownFactory(t, data, error as Error) const selectProps = {