Skip to content

Commit fb450c4

Browse files
committed
Item: remove console
1 parent 47b43fb commit fb450c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/App/Item/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const Item = ({ todo }: Props) => {
2424
}
2525

2626
const submitEditText = (e: React.KeyboardEvent<HTMLInputElement>): void => {
27-
console.log('foifjweofjweijfioweji')
2827
if (e.key === 'Enter' || e.key === 'Escape') {
2928
if (e.currentTarget.value.length > 0) {
3029
setOnEditFalse()

0 commit comments

Comments
 (0)