1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

removed console.log

This commit is contained in:
Fedor Katurov 2022-07-26 16:31:11 +07:00
parent 32a2a1dbbc
commit 8a4709103b

View file

@ -42,7 +42,6 @@ const TagInput: FC<IProps> = ({ exclude, onAppend, onClearTag, onSubmit }) => {
}
const items = prepareInput(value);
console.log(items);
if (items.length > 1) {
onAppend(items.slice(0, items.length - 1));