Disable distance display at end of face-extraction

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2020-01-05 15:53:46 -08:00
parent 7e42baa52e
commit fcc3c98fde

View File

@ -181,7 +181,7 @@ require("./db/photos").then(function(db) {
concurrency: maxConcurrency
}).then(() => {
console.log("Face detection scanning completed.");
faces.forEach((a, i) => {
if (0) faces.forEach((a, i) => {
faces.forEach((b, j) => {
if (i == j) {
return;