Skip to content

Commit c13f197

Browse files
#RI-5277 - remove console log
1 parent d42558d commit c13f197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redisinsight/ui/src/pages/home/components/form/TlsDetails.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const TlsDetails = (props: Props) => {
6464
inputDisplay: cert.name,
6565
})
6666
})
67-
console.log(formik.values.verifyServerTlsCert, formik.values.tlsClientAuthRequired)
6867

6968
return (
7069
<>

0 commit comments

Comments
 (0)