[mob] Remove incorrect log
This commit is contained in:
parent
d65264e8e8
commit
da7302b677
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ class FaceClustering {
|
|||
|
||||
stopwatchClustering.stop();
|
||||
log(
|
||||
' [ClusterIsolate] ${DateTime.now()} Clustering for ${sortedFaceInfos.length} embeddings executed in ${stopwatchClustering.elapsedMilliseconds}ms, clusters $clusterID',
|
||||
' [ClusterIsolate] ${DateTime.now()} Clustering for ${sortedFaceInfos.length} embeddings executed in ${stopwatchClustering.elapsedMilliseconds}ms',
|
||||
);
|
||||
|
||||
// analyze the results
|
||||
|
|
Loading…
Add table
Reference in a new issue