[mob] Remove incorrect log

This commit is contained in:
laurenspriem 2024-04-12 18:12:31 +05:30
parent d65264e8e8
commit da7302b677

View file

@ -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