From e7dbea5bc6d7e6b121dbc94b21b759a29f16e0c0 Mon Sep 17 00:00:00 2001 From: muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com> Date: Sun, 6 Nov 2022 10:36:51 +0530 Subject: Transform tray & menu files to typescript (#740) --- src/components/ui/input/index.tsx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/components') diff --git a/src/components/ui/input/index.tsx b/src/components/ui/input/index.tsx index cb26c0ea4..a6d401195 100644 --- a/src/components/ui/input/index.tsx +++ b/src/components/ui/input/index.tsx @@ -84,11 +84,6 @@ class Input extends Component { onChange(e); if (scorePassword) { - console.log( - '--->', - e.target.value, - scorePasswordFunc(e.target.value as string), - ); this.setState({ passwordScore: scorePasswordFunc(e.target.value), }); -- cgit v1.2.3-70-g09d2