Skip to content

Commit 6e4e81d

Browse files
committed
#RI-3447 - remove console.log
1 parent a6ecf1a commit 6e4e81d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redisinsight/ui/src/pages/browser/components/list-details/ListDetails.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ const ListDetails = (props: Props) => {
206206
}
207207

208208
const updateTextAreaHeight = () => {
209-
console.log('update height')
210209
if (textAreaRef.current) {
211210
textAreaRef.current.style.height = '0px'
212211
textAreaRef.current.style.height = `${textAreaRef.current?.scrollHeight || 0}px`

0 commit comments

Comments
 (0)