Skip to content

Commit b534086

Browse files
authored
Remove console.log from panel (#9)
1 parent 0c7d335 commit b534086

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/panel.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ export default ({
2121
const { register, watch } = useForm();
2222
const searchTerm = watch('search', '');
2323

24-
console.log(state)
25-
2624
useEffect(() => {
2725
setData({});
2826
}, []);

0 commit comments

Comments
 (0)