[mob] Reduce noise in the logs

This commit is contained in:
Neeraj Gupta 2024-04-10 10:59:18 +05:30
parent 16da5056ea
commit c920aacd1b

View file

@ -378,9 +378,6 @@ class FaceClustering {
// Incremental clustering, so we can skip faces that already have a clusterId
if (sortedFaceInfos[i].clusterId != null) {
clusterID = max(clusterID, sortedFaceInfos[i].clusterId!);
if (i % 250 == 0) {
log("[ClusterIsolate] ${DateTime.now()} First $i faces already had a clusterID");
}
continue;
}