Skip to content

Commit 4f9d3f0

Browse files
committed
coderabbit suggestions and fixes
Signed-off-by: Scott J Dickerson <[email protected]>
1 parent 7528348 commit 4f9d3f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/app/pages/applications/application-form/application-form.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ export const ApplicationForm: React.FC<{
148148
onClear={() => onChange("")}
149149
onChange={(selection) => {
150150
const selectionValue = selection as OptionWithValue<string>;
151-
console.log({ selection });
152151
onChange(selectionValue.value);
153152
}}
154153
onBlur={onChange}

0 commit comments

Comments
 (0)