📃 Remove logs

This commit is contained in:
ful1e5 2020-09-29 17:15:40 +05:30
parent e0a4276a5a
commit 885f75bd80

View file

@ -20,7 +20,6 @@ export const matchImages = ({
threshold: 0.25
});
console.log(value);
if (value <= 400) return true;
return false;
};