diff --git a/pkgs/clan-app/ui/src/components/Form/TextArea.tsx b/pkgs/clan-app/ui/src/components/Form/TextArea.tsx index fddbddbc0..819f0644c 100644 --- a/pkgs/clan-app/ui/src/components/Form/TextArea.tsx +++ b/pkgs/clan-app/ui/src/components/Form/TextArea.tsx @@ -48,9 +48,6 @@ export const TextArea = (props: TextAreaProps) => { // Update the height textareaRef.style.height = `${newHeight}px`; textareaRef.style.maxHeight = `${maxHeight}px`; - - console.log("min/max height", minHeight, maxHeight); - console.log("textarea ref style", textareaRef.style); }; // Set up auto-resize effect