[mob] Reduce noise in the logs
This commit is contained in:
parent
16da5056ea
commit
c920aacd1b
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue